{ "version": 4, "terraform_version": "1.7.5", "serial": 475, "lineage": "ab022c41-30f0-f323-8f10-cbf839f2b106", "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-248c7624480cb2cea", "ami": "ami-1c2f9009", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-29c73e6d"], "subnet_id": "subnet-6b3e2775", "key_name": "prod-deploy-key" } } ] } ] }