We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16943ef commit 36709caCopy full SHA for 36709ca
variables.tf
@@ -228,6 +228,11 @@ variable "db_username" {
228
description = "PostgreSQL instance username. No special characters."
229
}
230
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
+}
236
237
variable "db_backup_retention" {
238
type = number
0 commit comments