{ "version": 4, "terraform_version": "1.5.7", "serial": 597, "lineage": "66840af2-55c1-fd52-f433-ee07733aa037", "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-7f1d0798b44812203", "ami": "ami-08e960fd", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-588561fc"], "subnet_id": "subnet-44d179c0", "key_name": "prod-deploy-key" } } ] } ] }