Skip to content

Commit 36709ca

Browse files
Re-add db_iam_username variable that was accidentally removed
1 parent 16943ef commit 36709ca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

variables.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,11 @@ 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+
}
231236

232237
variable "db_backup_retention" {
233238
type = number

0 commit comments

Comments
 (0)