{ "version": 4, "terraform_version": "1.7.6", "serial": 195, "lineage": "b5cf30c7-1c3c-938d-aead-325d87558c57", "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-b3832ec9597176fb6", "ami": "ami-187ae135", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a1fca7c7"], "subnet_id": "subnet-5746ad96", "key_name": "prod-deploy-key" } } ] } ] }