You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: variables.tf
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,12 @@ variable "domain_name" {
50
50
description="A domain name for which the certificate should be issued."
51
51
}
52
52
53
+
variable"subject_alternative_names" {
54
+
type=list(any)
55
+
default=[]
56
+
description="Set of domains that should be SANs in the issued certificate. To remove all elements of a previously configured list, set this value equal to an empty list ([]) or use the terraform taint command to trigger recreation."
0 commit comments