Skip to content

Commit 1e975f7

Browse files
committed
try depends_on
1 parent 5d10795 commit 1e975f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

infrastructure/terraform/modules/backend-api/guardduty_malware_protection_plan_quarantine.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
resource "aws_guardduty_malware_protection_plan" "quarantine" {
2+
depends_on = [aws_iam_policy.guardduty_quarantine]
3+
24
role = aws_iam_role.guardduty_quarantine.arn
35

46
protected_resource {

0 commit comments

Comments
 (0)