{ "version": 4, "terraform_version": "1.8.2", "serial": 370, "lineage": "d9b1a55a-b1a1-b5c7-5b13-ba70610d1eb4", "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-087065eb0a9613dc1", "ami": "ami-665c4d85", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-03a4f48f"], "subnet_id": "subnet-a7407820", "key_name": "prod-deploy-key" } } ] } ] }