{ "version": 4, "terraform_version": "1.5.6", "serial": 492, "lineage": "184c6bab-3ff8-bbf5-5ec5-83e35f64c412", "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-b3f2110593aecef7b", "ami": "ami-f31b8076", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-0550ee67"], "subnet_id": "subnet-79bc848b", "key_name": "prod-deploy-key" } } ] } ] }