We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 018caf5 commit b0de26eCopy full SHA for b0de26e
variables.tf
@@ -33,13 +33,13 @@ variable "gateway_class_name" {
33
}
34
35
variable "gateway_address_name" {
36
- description = "Name of the IP address resource that will be bound to a gateway"
+ description = "Name of the IP address resource that will be bound to the gateway"
37
type = string
38
default = "gateway"
39
40
41
variable "gateway_certificates" {
42
- description = "A list of certificates that will be added to the gateway"
+ description = "A list of certificates that will be mapped to the gateway"
43
type = list(object({
44
domain = string
45
certificate = string
0 commit comments