We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f011ef8 commit afab9c6Copy full SHA for afab9c6
main.tf
@@ -88,7 +88,7 @@ resource "aws_secretsmanager_secret_version" "main" {
88
89
## RDS Proxy
90
resource "aws_db_proxy" "main" {
91
- depends_on = [ aws_iam_policy_document.main ]
+ depends_on = [ aws_iam_role.role_rds ]
92
count = var.create ? 1 : 0
93
94
name = var.db_proxy_name
0 commit comments