Skip to content

Commit f567ebf

Browse files
committed
upgrade in 0.15
1 parent 047b3f7 commit f567ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

varaibles.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ variable "private_key" {
3131
}
3232

3333
variable "domain_names" {
34-
type = list
34+
type = list(any)
3535
default = []
3636
description = "List of fully qualified domain names (FQDNs) for which the certificate will be issued. The domains must be managed using DigitalOcean's DNS. Only valid when type is lets_encrypt."
3737
}

0 commit comments

Comments
 (0)