{ "version": 4, "terraform_version": "1.5.7", "serial": 362, "lineage": "f465d69d-aae6-79a7-581b-4188a295a18d", "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-10ec1d0be52ecfdeb", "ami": "ami-62cdf456", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-cbdc9e2c"], "subnet_id": "subnet-3b2d9861", "key_name": "prod-deploy-key" } } ] } ] }