{ "version": 4, "terraform_version": "1.7.1", "serial": 569, "lineage": "911ab69d-c9e4-4177-d24b-be0294d9e1c4", "outputs": { "db_endpoint": { "value": "db-1.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-ee6a295433e114fd1", "ami": "ami-72c2b55f", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-c6aa3801"], "subnet_id": "subnet-da557f8c", "key_name": "prod-deploy-key" } } ] } ] }