We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0103e6 commit 53577b0Copy full SHA for 53577b0
vars.tf
@@ -80,8 +80,9 @@ variable "tls_dns_names" {
80
}
81
82
variable "ip_addresses" {
83
- type = list(string)
84
- default = []
+ type = list(string)
+ default = []
85
+ description = "List of IP addresses to add to the certificate."
86
87
88
variable "tls_cn" {
@@ -91,7 +92,8 @@ variable "tls_cn" {
91
92
93
# IAM variables
94
variable "service_account_email" {
- type = string
95
+ type = string
96
+ description = "Service account email to assign IAM permissions to for access to GCS Bucket and KMS."
97
98
99
variable "service_account_storage_bucket_iam_roles" {
0 commit comments