There was an error while loading. Please reload this page.
1 parent edf1549 commit 6a54209Copy full SHA for 6a54209
1 file changed
blue/slack-beta/screen/main.tf
@@ -3,9 +3,10 @@
3
##############
4
5
locals {
6
- account = data.aws_caller_identity.current.account_id
7
- region = data.aws_region.current.region
8
- user_id = "UH9M57X6Z"
+ account = data.aws_caller_identity.current.account_id
+ region = data.aws_region.current.region
+ channel_id = "CH0KP5789"
9
+ # user_id = "UH9M57X6Z"
10
11
app = dirname(path.module)
12
name = "${terraform.workspace}-${local.app}-${basename(path.module)}"
0 commit comments