Skip to content

Commit daf0c40

Browse files
committed
change upstream_nameserver variable type
1 parent 3c7f472 commit daf0c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ variable "stub_domains" {
206206
}
207207

208208
variable "upstream_nameservers" {
209-
type = "list"
209+
type = list(string)
210210
description = "If specified, the values replace the nameservers taken by default from the node’s /etc/resolv.conf"
211211
default = []
212212
}

0 commit comments

Comments
 (0)