Skip to content

Commit 90993de

Browse files
authored
Merge pull request #18 from mbevc1/patch-1
Fix incorrect default value
2 parents f69d245 + 0a869ba commit 90993de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,5 +109,5 @@ variable "allowed_regions" {
109109
variable "tags" {
110110
description = "Tags applied to the SCP policy"
111111
type = map(string)
112-
default = []
112+
default = {}
113113
}

0 commit comments

Comments
 (0)