Skip to content

Commit 1a1f80c

Browse files
committed
Add slack channel variable parameter store type
1 parent ad16c0f commit 1a1f80c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codebase-pipelines/codepipeline.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ resource "aws_codepipeline" "codebase_pipeline" {
8383
{ name : "REPOSITORY_URL", value : local.repository_url },
8484
{ name : "REPOSITORY_NAME", value : local.ecr_name },
8585
{ name : "SERVICE", value : action.value.name },
86-
{ name : "SLACK_CHANNEL_ID", value : var.slack_channel },
86+
{ name : "SLACK_CHANNEL_ID", value : var.slack_channel, type : "PARAMETER_STORE" },
8787
])
8888
}
8989
}

0 commit comments

Comments
 (0)