{ "version": 4, "terraform_version": "1.6.6", "serial": 442, "lineage": "3a012cc7-a23b-75ba-9f79-9abb26572e68", "outputs": { "db_endpoint": { "value": "db-0.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-d21039130b801eb0f", "ami": "ami-738788bb", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-9de9ef87"], "subnet_id": "subnet-29f915e1", "key_name": "prod-deploy-key" } } ] } ] }