From 4db19cedc5148ffde5ee46ac0241b1b331aadae1 Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Thu, 9 May 2024 17:13:40 -0700 Subject: [PATCH] Update main.tf --- examples/automatic-labelling-folder/main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/automatic-labelling-folder/main.tf b/examples/automatic-labelling-folder/main.tf index d6b6dde..7a5f594 100644 --- a/examples/automatic-labelling-folder/main.tf +++ b/examples/automatic-labelling-folder/main.tf @@ -31,6 +31,7 @@ EOF name = random_pet.main.id project_id = var.project_id folder_id = var.folder_id + labels = {} } module "localhost_function" {