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 cb8017b commit 3900b4cCopy full SHA for 3900b4c
main.tf
@@ -209,6 +209,13 @@ resource "aws_codepipeline" "source_build_deploy" {
209
type = "S3"
210
}
211
212
+ depends_on = [
213
+ "aws_iam_role_policy_attachment.default",
214
+ "aws_iam_role_policy_attachment.s3",
215
+ "aws_iam_role_policy_attachment.codebuild",
216
+ "aws_iam_role_policy_attachment.codebuild_s3",
217
+ ]
218
+
219
stage {
220
name = "Source"
221
0 commit comments