This repository was archived by the owner on Nov 26, 2025. It is now read-only.
Commit 93770b3
committed
Fix database password output to return password even with IAM auth enabled
The password is needed by the master user to create IAM-enabled database users.
Previously returned null when IAM auth was enabled, causing null_resource provisioner to fail.1 parent c2e9b1f commit 93770b3
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments