{ "version": 4, "terraform_version": "1.7.9", "serial": 296, "lineage": "4cdd0a15-16de-a97d-c1a0-8e112cf244b8", "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-d9d137f9b99d74e36", "ami": "ami-bf1a96a4", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-190f5518"], "subnet_id": "subnet-9694b7b7", "key_name": "prod-deploy-key" } } ] } ] }