Merge branch '20035-salt-installer-privkey'. Closes #20035
[arvados.git] / tools / salt-install / terraform / aws / services / variables.tf
index 89b1886c19a44416505227bd84afcc46b0f2857e..e520a9ab895f03412b6b15484f3eedb5c43cb034 100644 (file)
@@ -13,3 +13,9 @@ variable "pubkey_path" {
   type = string
   default = "~/.ssh/id_rsa.pub"
 }
+
+variable "ssl_password_secret_name_suffix" {
+  description = "Name suffix for the SSL certificate's private key password AWS secret."
+  type = string
+  default = "arvados-ssl-privkey-password"
+}
\ No newline at end of file