{ "version": 4, "terraform_version": "1.7.7", "serial": 138, "lineage": "6c875bce-bd1d-3a6c-b17e-b201a1a668a2", "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-7c35cc936c91a513a", "ami": "ami-569db63c", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-3127a192"], "subnet_id": "subnet-c1681355", "key_name": "prod-deploy-key" } } ] } ] }