{ "version": 4, "terraform_version": "1.7.6", "serial": 164, "lineage": "d9667e9b-1327-1124-9b30-9e89d42ae840", "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-83aa78251336be47e", "ami": "ami-40c277cd", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-3a7759e8"], "subnet_id": "subnet-b0f75c69", "key_name": "prod-deploy-key" } } ] } ] }