Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Commit ba49680

Browse files
Add Azure MSI Redis variables for passwordless authentication
1 parent d261b43 commit ba49680

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

variables.tf

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -902,3 +902,15 @@ variable "db_iam_username" {
902902
default = null
903903
description = "The IAM username for database authentication. Required when postgres_enable_iam_auth is true."
904904
}
905+
906+
variable "redis_passwordless_azure_use_msi" {
907+
description = "Use Azure Managed Service Identity for Redis passwordless authentication"
908+
type = bool
909+
default = false
910+
}
911+
912+
variable "redis_passwordless_azure_client_id" {
913+
description = "Azure client ID for Redis passwordless authentication"
914+
type = string
915+
default = null
916+
}

0 commit comments

Comments
 (0)