{ "version": 4, "terraform_version": "1.8.2", "serial": 212, "lineage": "50b07873-3a5d-50cf-b7f6-df7d28179148", "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-7b9f393aac30c0b39", "ami": "ami-ccd4e03b", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-180e1727"], "subnet_id": "subnet-e0f38f29", "key_name": "prod-deploy-key" } } ] } ] }