Skip to content

Commit

Permalink
Update variable type in the example
Browse files Browse the repository at this point in the history
  • Loading branch information
unfunco committed Mar 2, 2022
1 parent d7c0540 commit 70024aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/complete/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,5 @@ variable "region" {
variable "tags" {
default = {}
description = "Map of tags to be applied to all resources."
type = object({})
type = map(string)
}

0 comments on commit 70024aa

Please sign in to comment.