Skip to content

Commit 16943ef

Browse files
Remove Azure MSI Redis variables (not needed for AWS testing)
1 parent ccc2e95 commit 16943ef

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

main.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,8 +342,6 @@ module "runtime_container_engine_config" {
342342
redis_ca_cert_path = "/etc/ssl/private/terraform-enterprise/redis/cacert.pem"
343343
redis_client_cert_path = "/etc/ssl/private/terraform-enterprise/redis/cert.pem"
344344
redis_client_key_path = "/etc/ssl/private/terraform-enterprise/redis/key.pem"
345-
redis_passwordless_azure_use_msi = var.redis_passwordless_azure_use_msi
346-
redis_passwordless_azure_client_id = var.redis_passwordless_azure_client_id
347345

348346

349347
trusted_proxies = local.trusted_proxies

variables.tf

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -896,15 +896,3 @@ variable "extern_vault_token_renew" {
896896
type = number
897897
description = "(Optional if var.extern_vault_enable = true) How often (in seconds) to renew the Vault token."
898898
}
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
910-
}

0 commit comments

Comments
 (0)