{ "version": 4, "terraform_version": "1.7.4", "serial": 587, "lineage": "a978f3ab-be18-3a41-45a2-ede6f0af8e61", "outputs": { "db_endpoint": { "value": "db-0.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-a6cfeb8a9d09c1992", "ami": "ami-2e7390b1", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-17a28d76"], "subnet_id": "subnet-b1f5d3d5", "key_name": "prod-deploy-key" } } ] } ] }