{ "version": 4, "terraform_version": "1.8.7", "serial": 527, "lineage": "6f552743-52ee-5dee-854d-eef29ec89a21", "outputs": { "db_endpoint": { "value": "db-4.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-ce8735d85b8ceb2ba", "ami": "ami-288c1065", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-e53aeba0"], "subnet_id": "subnet-fd2d482f", "key_name": "prod-deploy-key" } } ] } ] }