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 60a0464 commit 83afc3bCopy full SHA for 83afc3b
terraform/core/main.tf
@@ -259,7 +259,7 @@ module "discord_bot" {
259
"DISCORD_GUILD_ID" : var.DISCORD_GUILD_ID
260
"DISCORD_TOKEN_PARAMETER" : module.discord_token.name
261
"DYNAMODB_TABLE_ARN" : aws_dynamodb_table.discord_bot_table.arn
262
- "NEWSLETTER_CHANNEL_NAME" : "📰-security-news"
+ "NEWSLETTER_CHANNEL_NAME" : "🔐-security-news"
263
"CONTENT_CORNER_CHANNEL_NAME" : "📹-content-corner"
264
"JOB_BOARD_CHANNEL_NAME" : "🏢-job-board"
265
"ACTIVELY_HIRING_ROLE_ID" : "1329874561818165309"
@@ -311,4 +311,4 @@ resource "aws_dynamodb_table" "discord_bot_table" {
311
server_side_encryption {
312
enabled = true
313
}
314
-}
+}
0 commit comments