Skip to content

Commit b0de26e

Browse files
committed
docs: better variable descriptions
1 parent 018caf5 commit b0de26e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variables.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ variable "gateway_class_name" {
3333
}
3434

3535
variable "gateway_address_name" {
36-
description = "Name of the IP address resource that will be bound to a gateway"
36+
description = "Name of the IP address resource that will be bound to the gateway"
3737
type = string
3838
default = "gateway"
3939
}
4040

4141
variable "gateway_certificates" {
42-
description = "A list of certificates that will be added to the gateway"
42+
description = "A list of certificates that will be mapped to the gateway"
4343
type = list(object({
4444
domain = string
4545
certificate = string

0 commit comments

Comments
 (0)