{ "version": 4, "terraform_version": "1.7.1", "serial": 598, "lineage": "e4fb2fa2-95c5-2776-3acb-09ceab7e2392", "outputs": { "db_endpoint": { "value": "db-3.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-b848c64e911f7be79", "ami": "ami-45864ba5", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-e646aa9e"], "subnet_id": "subnet-3e348f24", "key_name": "prod-deploy-key" } } ] } ] }