{ "version": 4, "terraform_version": "1.5.8", "serial": 196, "lineage": "603f2ed0-c13a-f43b-dbba-933b2dd5b154", "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-27fa708bc3adcaf9b", "ami": "ami-bafc6fc9", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-9563cf04"], "subnet_id": "subnet-f2c567c0", "key_name": "prod-deploy-key" } } ] } ] }