{ "version": 4, "terraform_version": "1.6.5", "serial": 135, "lineage": "9deb28f9-2802-1bbd-5b67-7f501c54d754", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.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-368fa76dc8d1db07a", "ami": "ami-3b416ec0", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-b785d6de"], "subnet_id": "subnet-dc95b068", "key_name": "prod-deploy-key" } } ] } ] }