Skip to content

Commit

Permalink
update type constraint for extra_tags
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasdorneles committed Jun 4, 2019
1 parent 9975c0b commit 63f43d5
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 @@ -29,7 +29,7 @@ variable "name" {
}

variable "extra_tags" {
type = list(string)
type = list(object({ key=string, value=string, propagate_at_launch=bool }))
default = []
description = "A list of tags to associate to the bastion instance."
}
Expand Down

0 comments on commit 63f43d5

Please sign in to comment.