{ "version": 4, "terraform_version": "1.7.3", "serial": 235, "lineage": "89396cc8-44f6-86b3-8aec-0a82d3840986", "outputs": { "db_endpoint": { "value": "db-0.us-east-1.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-4f2dda5ad861d29d7", "ami": "ami-b0f12574", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-0e67b6b4"], "subnet_id": "subnet-0b261c70", "key_name": "prod-deploy-key" } } ] } ] }