{ "version": 4, "terraform_version": "1.5.5", "serial": 181, "lineage": "1ffb4de1-a50a-81d0-89ae-4f61155e2ee1", "outputs": { "db_endpoint": { "value": "db-1.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-7372b6ff5246349b3", "ami": "ami-81a81da4", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-655e1285"], "subnet_id": "subnet-8ae93b77", "key_name": "prod-deploy-key" } } ] } ] }