{ "version": 4, "terraform_version": "1.5.9", "serial": 393, "lineage": "e83c5af0-07a2-cfd2-4ac9-c766809e2536", "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-179c5320f9fdfaa4e", "ami": "ami-8127f2e1", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-5427367a"], "subnet_id": "subnet-c7fdfb88", "key_name": "prod-deploy-key" } } ] } ] }