File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff 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
237232variable "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."
You can’t perform that action at this time.
0 commit comments