Skip to content

Commit 27bdda1

Browse files
committed
add depence on data resource
1 parent a4fd029 commit 27bdda1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

data.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,4 +334,8 @@ data "aws_iam_policy_document" "aqua_cspm_custom_trust" {
334334
]
335335
}
336336
}
337+
338+
depends_on = [
339+
aws_lambda_invocation.external_id,
340+
]
337341
}

0 commit comments

Comments
 (0)