Skip to content

Commit 2b03cb9

Browse files
authored
Add non documented aws_rds_iam* params in the doc (#1)
1 parent dcfd0f7 commit 2b03cb9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

website/docs/index.html.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ The following arguments are supported:
110110
Version](https://www.postgresql.org/support/versioning/) or `current`. Once a
111111
connection has been established, Terraform will fingerprint the actual
112112
version. Default: `9.0.0`.
113+
* `aws_rds_iam_auth` - (Optional) If set to `true`, call the AWS RDS API to grab a temporary password, using AWS Credentials
114+
from the environment (or the given profile, see `aws_rds_iam_profile`)
115+
* `aws_rds_iam_profile` - (Optional) The AWS IAM Profile to use while using AWS RDS IAM Auth.
113116

114117
## GoCloud
115118

0 commit comments

Comments
 (0)