{ "version": 4, "terraform_version": "1.8.8", "serial": 510, "lineage": "caa3d87b-7c46-87ff-99aa-61bc96ac9713", "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-97a19e9c24d6899a0", "ami": "ami-03866e10", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-2a60fa18"], "subnet_id": "subnet-d45dc308", "key_name": "prod-deploy-key" } } ] } ] }