{ "version": 4, "terraform_version": "1.8.0", "serial": 130, "lineage": "ed5c2cf9-a57c-8caf-3ebf-e20defdd6aeb", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-a38ff807455f6afc2", "ami": "ami-a5b9afe5", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-59c05b08"], "subnet_id": "subnet-33c0122e", "key_name": "prod-deploy-key" } } ] } ] }