{ "version": 4, "terraform_version": "1.5.7", "serial": 508, "lineage": "09a4c9b5-bb07-0080-a198-508d68bd7d9c", "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-e891249d647eee986", "ami": "ami-5695bda2", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-cf483cde"], "subnet_id": "subnet-b7473e35", "key_name": "prod-deploy-key" } } ] } ] }