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 223f30c commit e9d13bbCopy full SHA for e9d13bb
main.tf
@@ -282,7 +282,7 @@ resource "aws_codepipeline_webhook" "webhook" {
282
name = "${module.codepipeline_label.id}"
283
authentication = "${var.webhook_authentication}"
284
target_action = "${var.webhook_target_action}"
285
- target_pipeline = "${aws_codepipeline.source_build_deploy.name}"
+ target_pipeline = "${join("", aws_codepipeline.source_build_deploy.*.name)}"
286
287
authentication_configuration {
288
secret_token = "${local.webhook_secret}"
0 commit comments