Skip to content

Commit 472e220

Browse files
Remove duplicate IAM authentication variables
1 parent 89200d4 commit 472e220

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

variables.tf

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -228,11 +228,6 @@ variable "db_username" {
228228
description = "PostgreSQL instance username. No special characters."
229229
}
230230

231-
variable "db_iam_username" {
232-
default = null
233-
type = string
234-
description = "PostgreSQL IAM username for TFE connection when IAM auth is enabled. If null, uses db_username. No special characters."
235-
}
236231

237232
variable "db_backup_retention" {
238233
type = number
@@ -902,14 +897,6 @@ variable "extern_vault_token_renew" {
902897
description = "(Optional if var.extern_vault_enable = true) How often (in seconds) to renew the Vault token."
903898
}
904899

905-
# IAM Authentication variables
906-
variable "redis_enable_iam_auth" {
907-
type = bool
908-
default = false
909-
description = "Whether to enable IAM authentication for Redis. Used for passwordless authentication."
910-
}
911-
912-
variable "db_iam_username" {
913900
type = string
914901
default = null
915902
description = "The IAM username for database authentication. Required when postgres_enable_iam_auth is true."

0 commit comments

Comments
 (0)