{ "version": 4, "terraform_version": "1.8.4", "serial": 211, "lineage": "a0174c41-ed7b-107d-8828-f99a88d6a3d8", "outputs": { "db_endpoint": { "value": "db-0.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-172daa0bf51b3e0ac", "ami": "ami-ffa20eb5", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-007062ee"], "subnet_id": "subnet-3dadc20a", "key_name": "prod-deploy-key" } } ] } ] }