Skip to content

Commit 8da4f2d

Browse files
authored
Update main.tf
1 parent 9744770 commit 8da4f2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ data "aws_service_principal" "rds" {
1010
count = var.create && var.create_iam_role ? 1 : 0
1111

1212
service_name = "rds"
13-
region = data.aws_region.current.name
13+
region = data.aws_region.current.name
1414
}
1515
################################################################################
1616
# RDS Proxy

0 commit comments

Comments
 (0)