{ "version": 4, "terraform_version": "1.7.4", "serial": 509, "lineage": "4fed1158-961f-ce84-161d-079a9c7e4694", "outputs": { "db_endpoint": { "value": "db-0.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-405ed23b0abbb72b6", "ami": "ami-87454e14", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-206f7122"], "subnet_id": "subnet-11a2304c", "key_name": "prod-deploy-key" } } ] } ] }