Skip to content

Commit 268f331

Browse files
author
jslopes
committed
varias correcoes
1 parent a0c10c4 commit 268f331

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
@@ -42,7 +42,7 @@ data "aws_iam_policy_document" "role_rds" {
4242
resource "aws_iam_role" "role_rds" {
4343
count = var.create ? 1 : 0
4444

45-
name = "${var.db_proxy_name)}-SecretManagerRole"
45+
name = "${var.db_proxy_name}-SecretManagerRole"
4646
assume_role_policy = data.aws_iam_policy_document.role_rds.0.json
4747

4848
tags = merge(

0 commit comments

Comments
 (0)