{ "version": 4, "terraform_version": "1.7.5", "serial": 531, "lineage": "179d02b0-1655-a62d-adda-32ac5c160a79", "outputs": { "db_endpoint": { "value": "db-3.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-a5f012fbfb7a67b63", "ami": "ami-22b6cc3d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-f859dfd0"], "subnet_id": "subnet-66aaeab2", "key_name": "prod-deploy-key" } } ] } ] }