{ "version": 4, "terraform_version": "1.5.2", "serial": 249, "lineage": "d736e361-2bb0-2b68-0f4b-df80d8e9ca08", "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-57c8f2c35d1bb2157", "ami": "ami-d5075a84", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-008e0b19"], "subnet_id": "subnet-a4eb222a", "key_name": "prod-deploy-key" } } ] } ] }