From bffba7ffbcb3c710c79bd6a7b14d4a1b1d63c2dd Mon Sep 17 00:00:00 2001 From: Daniel Banck Date: Mon, 13 Oct 2025 15:33:10 +0200 Subject: [PATCH] Update release Slack channel to new grid (#37765) This PR replaces the old Slack channel id in our release tooling configuration with the new one. --- .release/ci.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.release/ci.hcl b/.release/ci.hcl index c7a9cc6325..2f308388e1 100644 --- a/.release/ci.hcl +++ b/.release/ci.hcl @@ -7,7 +7,7 @@ project "terraform" { // the team key is not used by CRT currently team = "terraform" slack { - notification_channel = "C011WJ112MD" + notification_channel = "C09L2R91Y12" } github { organization = "hashicorp"