Skip to content

Commit afab9c6

Browse files
author
jslopes
committed
varias correcoes
1 parent f011ef8 commit afab9c6

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
@@ -88,7 +88,7 @@ resource "aws_secretsmanager_secret_version" "main" {
8888

8989
## RDS Proxy
9090
resource "aws_db_proxy" "main" {
91-
depends_on = [ aws_iam_policy_document.main ]
91+
depends_on = [ aws_iam_role.role_rds ]
9292
count = var.create ? 1 : 0
9393

9494
name = var.db_proxy_name

0 commit comments

Comments
 (0)