Skip to content

Commit 53577b0

Browse files
committed
adding missing descriptions
1 parent f0103e6 commit 53577b0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

vars.tf

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,9 @@ variable "tls_dns_names" {
8080
}
8181

8282
variable "ip_addresses" {
83-
type = list(string)
84-
default = []
83+
type = list(string)
84+
default = []
85+
description = "List of IP addresses to add to the certificate."
8586
}
8687

8788
variable "tls_cn" {
@@ -91,7 +92,8 @@ variable "tls_cn" {
9192

9293
# IAM variables
9394
variable "service_account_email" {
94-
type = string
95+
type = string
96+
description = "Service account email to assign IAM permissions to for access to GCS Bucket and KMS."
9597
}
9698

9799
variable "service_account_storage_bucket_iam_roles" {

0 commit comments

Comments
 (0)