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" {