Skip to content

Commit 9744770

Browse files
authored
Apply suggestions from code review
1 parent 131b35f commit 9744770

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ data "aws_region" "current" {}
88
data "aws_partition" "current" {}
99
data "aws_service_principal" "rds" {
1010
count = var.create && var.create_iam_role ? 1 : 0
11+
1112
service_name = "rds"
12-
region = data.aws_region.current.name
13+
region = data.aws_region.current.name
1314
}
1415
################################################################################
1516
# RDS Proxy

0 commit comments

Comments
 (0)