{ "version": 4, "terraform_version": "1.7.5", "serial": 111, "lineage": "79c009b4-0c9d-887d-cbd3-38be0f1f53d9", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-4659ed13cd99ada5c", "ami": "ami-0ba73df7", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-e423ffdc"], "subnet_id": "subnet-3cf81081", "key_name": "prod-deploy-key" } } ] } ] }