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 131b35f commit 9744770Copy full SHA for 9744770
main.tf
@@ -8,8 +8,9 @@ data "aws_region" "current" {}
8
data "aws_partition" "current" {}
9
data "aws_service_principal" "rds" {
10
count = var.create && var.create_iam_role ? 1 : 0
11
+
12
service_name = "rds"
- region = data.aws_region.current.name
13
+ region = data.aws_region.current.name
14
}
15
################################################################################
16
# RDS Proxy
0 commit comments