Update main.tf

This commit is contained in:
Anton Babenko 2025-05-22 11:39:55 +02:00 committed by GitHub
parent 9744770e71
commit 8da4f2dacf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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