{ "version": 4, "terraform_version": "1.7.1", "serial": 371, "lineage": "fbde04c9-1071-ba45-ee6e-929a058e4d7c", "outputs": { "db_endpoint": { "value": "db-4.us-west-2.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-2f6133b8e4ad9dda5", "ami": "ami-1085d534", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-b79fedf7"], "subnet_id": "subnet-ef1db772", "key_name": "prod-deploy-key" } } ] } ] }