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