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