Skip to content

Commit

Permalink
Update variable type.
Browse files Browse the repository at this point in the history
  • Loading branch information
powellchristoph authored and remche committed Oct 25, 2022
1 parent 65eb781 commit dc5b8d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/node/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ variable "image_name" {
}

variable "instance_tags" {
type = list(any)
type = list(string)
default = []
}

Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ variable "image_name" {
}

variable "instance_tags" {
type = list(any)
type = list(string)
default = []
description = "Tags added to the instance"
}
Expand Down

0 comments on commit dc5b8d7

Please sign in to comment.