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 472e220 commit ccc2e95Copy full SHA for ccc2e95
variables.tf
@@ -897,7 +897,14 @@ variable "extern_vault_token_renew" {
897
description = "(Optional if var.extern_vault_enable = true) How often (in seconds) to renew the Vault token."
898
}
899
900
+variable "redis_passwordless_azure_use_msi" {
901
+ description = "Use Azure Managed Service Identity for Redis passwordless authentication"
902
+ type = bool
903
+ default = false
904
+}
905
+
906
+variable "redis_passwordless_azure_client_id" {
907
+ description = "Azure client ID for Redis passwordless authentication"
908
type = string
909
default = null
- description = "The IAM username for database authentication. Required when postgres_enable_iam_auth is true."
910
0 commit comments