{ "version": 4, "terraform_version": "1.5.1", "serial": 271, "lineage": "6ac877c9-a61c-cf4c-0f5e-9c2af7e54ca1", "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-79e37afb5544d39d0", "ami": "ami-125f3c75", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-9f954735"], "subnet_id": "subnet-0596b457", "key_name": "prod-deploy-key" } } ] } ] }