Skip to content

Commit ccc2e95

Browse files
Fix variables.tf syntax after removing duplicates
1 parent 472e220 commit ccc2e95

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

variables.tf

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,14 @@ variable "extern_vault_token_renew" {
897897
description = "(Optional if var.extern_vault_enable = true) How often (in seconds) to renew the Vault token."
898898
}
899899

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"
900908
type = string
901909
default = null
902-
description = "The IAM username for database authentication. Required when postgres_enable_iam_auth is true."
903910
}

0 commit comments

Comments
 (0)