{ "version": 4, "terraform_version": "1.7.8", "serial": 463, "lineage": "f4b9a484-f928-5bc8-8a20-900b364126a4", "outputs": { "db_endpoint": { "value": "db-2.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-294c2f9469dcca33a", "ami": "ami-ee9f89ec", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-0b5f8069"], "subnet_id": "subnet-4a52d4be", "key_name": "prod-deploy-key" } } ] } ] }