Skip to content

Commit 2e0b49d

Browse files
committed
no empty strings allowed
1 parent cd0a76b commit 2e0b49d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synthetics/browser/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ variable "additional_tags" {
88
}
99

1010
variable "base_tags" {
11-
default = [""]
11+
default = []
1212
description = "Base tags (key:value format) to add to this type of check (combined with `local.tags` and `var.additional_tags`, generally you should not change this)"
1313
type = list(string)
1414
}

0 commit comments

Comments
 (0)