mirror of
https://github.com/terraform-aws-modules/terraform-aws-rds-proxy.git
synced 2025-12-17 00:11:11 +00:00
Update main.tf
This commit is contained in:
parent
9744770e71
commit
8da4f2dacf
1 changed files with 1 additions and 1 deletions
2
main.tf
2
main.tf
|
|
@ -10,7 +10,7 @@ data "aws_service_principal" "rds" {
|
||||||
count = var.create && var.create_iam_role ? 1 : 0
|
count = var.create && var.create_iam_role ? 1 : 0
|
||||||
|
|
||||||
service_name = "rds"
|
service_name = "rds"
|
||||||
region = data.aws_region.current.name
|
region = data.aws_region.current.name
|
||||||
}
|
}
|
||||||
################################################################################
|
################################################################################
|
||||||
# RDS Proxy
|
# RDS Proxy
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue