{ "version": 4, "terraform_version": "1.7.4", "serial": 147, "lineage": "b871b8b8-4358-1d94-e688-f912be8877ea", "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-5c13213b8a26f3eb5", "ami": "ami-ce714603", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-1971f1d7"], "subnet_id": "subnet-13bc3bc1", "key_name": "prod-deploy-key" } } ] } ] }