Skip to content

Commit a0c10c4

Browse files
author
jslopes
committed
varias correcoes
1 parent a57cea8 commit a0c10c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ resource "aws_iam_role" "role_rds" {
5555
resource "aws_iam_policy" "main" {
5656
count = var.create ? 1 : 0
5757

58-
name = "${var.db_proxy_name)}-SecretManagerPolicy"
58+
name = "${var.db_proxy_name}-SecretManagerPolicy"
5959
path = "/"
6060
policy = data.aws_iam_policy_document.main.0.json
6161
}

0 commit comments

Comments
 (0)