Skip to content

Commit d6add79

Browse files
authored
Merge pull request #7 from SPHTech-Platform/add-depends-on
add depence on data resource
2 parents 1ddf7de + 27bdda1 commit d6add79

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)