Skip to content

Commit

Permalink
Merge pull request #18 from mbevc1/patch-1
Browse files Browse the repository at this point in the history
Fix incorrect default value
  • Loading branch information
LinuxBozo authored Jan 6, 2021
2 parents f69d245 + 0a869ba commit 90993de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,5 @@ variable "allowed_regions" {
variable "tags" {
description = "Tags applied to the SCP policy"
type = map(string)
default = []
default = {}
}

0 comments on commit 90993de

Please sign in to comment.