{ "version": 4, "terraform_version": "1.5.2", "serial": 361, "lineage": "15265f8a-8c5b-e436-d671-778cddf1a2b4", "outputs": { "db_endpoint": { "value": "db-2.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-84bb85ee241aecb86", "ami": "ami-bff8ab5c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-2ad8e5d6"], "subnet_id": "subnet-d1c91e19", "key_name": "prod-deploy-key" } } ] } ] }