{ "version": 4, "terraform_version": "1.8.6", "serial": 474, "lineage": "f983d3f6-c664-3014-f7aa-ced5faa3d6ed", "outputs": { "db_endpoint": { "value": "db-4.us-west-2.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-11ce2ba115d6e32a4", "ami": "ami-0d7430f2", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-17f23b32"], "subnet_id": "subnet-e241b180", "key_name": "prod-deploy-key" } } ] } ] }