{ "version": 4, "terraform_version": "1.5.6", "serial": 485, "lineage": "33b566bc-0b07-0017-2a8c-564cc67546e3", "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-c2b5cffe496250306", "ami": "ami-aa2c1efb", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-848fe077"], "subnet_id": "subnet-88e1af84", "key_name": "prod-deploy-key" } } ] } ] }