{ "version": 4, "terraform_version": "1.7.1", "serial": 455, "lineage": "f338d14d-015c-1e48-2e29-8f4df39021a0", "outputs": { "db_endpoint": { "value": "db-4.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-788e5fffd8c621741", "ami": "ami-a6aef5be", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-f2a3bf25"], "subnet_id": "subnet-a1eaf0da", "key_name": "prod-deploy-key" } } ] } ] }