Skip to content

Commit

Permalink
Fix incorrect default value
Browse files Browse the repository at this point in the history
  • Loading branch information
mbevc1 authored Jan 6, 2021
1 parent f69d245 commit 0a869ba
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 0a869ba

Please sign in to comment.