Skip to content

Commit d57caf8

Browse files
authored
Add support for RDS IAM credentials (cyrilgdn#134)
1 parent 850f928 commit d57caf8

File tree

3 files changed

+246
-4
lines changed

3 files changed

+246
-4
lines changed

go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ module github.com/terraform-providers/terraform-provider-postgresql
33
go 1.17
44

55
require (
6+
github.com/aws/aws-sdk-go-v2 v1.9.0
7+
github.com/aws/aws-sdk-go-v2/config v1.8.0
8+
github.com/aws/aws-sdk-go-v2/feature/rds/auth v1.1.6
69
github.com/blang/semver v3.5.1+incompatible
710
github.com/hashicorp/terraform-plugin-sdk/v2 v2.10.1
811
github.com/lib/pq v1.9.0

0 commit comments

Comments
 (0)