{ "version": 4, "terraform_version": "1.7.1", "serial": 588, "lineage": "0fcdbb2b-b5ce-29cc-287d-cdcf56acdcce", "outputs": { "db_endpoint": { "value": "db-4.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-562257aab2417979a", "ami": "ami-ddec097c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ef6ccfe1"], "subnet_id": "subnet-443612c5", "key_name": "prod-deploy-key" } } ] } ] }