Skip to content

Commit 5d46723

Browse files
authored
Merge pull request #6 from firezone/fix/extra-tags
fix: Specify extra tags in the right format
2 parents b7de6c4 + 0633185 commit 5d46723

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

variables.tf

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,8 @@ variable "instance_security_groups" {
6868

6969
variable "extra_tags" {
7070
description = "Extra tags for the instances"
71-
72-
type = map(object({
73-
key = string
74-
value = string
75-
propagate_at_launch = bool
76-
}))
77-
78-
default = {}
71+
type = map(string)
72+
default = {}
7973
}
8074

8175
variable "aws_eip_ids" {

0 commit comments

Comments
 (0)