{ "version": 4, "terraform_version": "1.5.3", "serial": 359, "lineage": "5e9a1296-787e-acd9-d762-696fa715e571", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-2527029ef16e61e18", "ami": "ami-6b0d9f20", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-192a4b84"], "subnet_id": "subnet-0ceac863", "key_name": "prod-deploy-key" } } ] } ] }