{ "version": 4, "terraform_version": "1.8.8", "serial": 484, "lineage": "031cc0c7-352d-1bc7-9b8f-2391ea620340", "outputs": { "db_endpoint": { "value": "db-3.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-48257df38bcc5f978", "ami": "ami-a47e5931", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-eceb3307"], "subnet_id": "subnet-bb6e4443", "key_name": "prod-deploy-key" } } ] } ] }