{ "version": 4, "terraform_version": "1.7.2", "serial": 183, "lineage": "619a9b50-e909-81b6-d53b-52c97c304b2f", "outputs": { "db_endpoint": { "value": "db-2.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-9b87a4827982ab2d3", "ami": "ami-1dff3bb6", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-3dab4ff2"], "subnet_id": "subnet-6c4f1096", "key_name": "prod-deploy-key" } } ] } ] }