{ "version": 4, "terraform_version": "1.7.9", "serial": 411, "lineage": "056ab042-b870-9484-fd14-fa95040cc079", "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-b6cc0f9f1d56b612a", "ami": "ami-edd1c7bd", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-ee0ecf32"], "subnet_id": "subnet-b2ab63c2", "key_name": "prod-deploy-key" } } ] } ] }