Skip to content

Commit 6a54209

Browse files
committed
update screener channel
1 parent edf1549 commit 6a54209

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

blue/slack-beta/screen/main.tf

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
##############
44

55
locals {
6-
account = data.aws_caller_identity.current.account_id
7-
region = data.aws_region.current.region
8-
user_id = "UH9M57X6Z"
6+
account = data.aws_caller_identity.current.account_id
7+
region = data.aws_region.current.region
8+
channel_id = "CH0KP5789"
9+
# user_id = "UH9M57X6Z"
910

1011
app = dirname(path.module)
1112
name = "${terraform.workspace}-${local.app}-${basename(path.module)}"

0 commit comments

Comments
 (0)