{ "version": 4, "terraform_version": "1.8.1", "serial": 447, "lineage": "be965073-adb2-fc6b-5046-99c74ead4123", "outputs": { "db_endpoint": { "value": "db-1.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-c0a3a7289375516cf", "ami": "ami-e1a508f7", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-808d0323"], "subnet_id": "subnet-859a6dcf", "key_name": "prod-deploy-key" } } ] } ] }