{ "version": 4, "terraform_version": "1.7.8", "serial": 114, "lineage": "f46d61c7-059c-fa0d-d127-3fa9c0fa65e7", "outputs": { "db_endpoint": { "value": "db-4.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-51ffcf2bebee130c6", "ami": "ami-7f33ab99", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b689e04f"], "subnet_id": "subnet-8c8cf9af", "key_name": "prod-deploy-key" } } ] } ] }