Skip to content

Commit 83afc3b

Browse files
authored
updating security news emoji
1 parent 60a0464 commit 83afc3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

terraform/core/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ module "discord_bot" {
259259
"DISCORD_GUILD_ID" : var.DISCORD_GUILD_ID
260260
"DISCORD_TOKEN_PARAMETER" : module.discord_token.name
261261
"DYNAMODB_TABLE_ARN" : aws_dynamodb_table.discord_bot_table.arn
262-
"NEWSLETTER_CHANNEL_NAME" : "📰-security-news"
262+
"NEWSLETTER_CHANNEL_NAME" : "🔐-security-news"
263263
"CONTENT_CORNER_CHANNEL_NAME" : "📹-content-corner"
264264
"JOB_BOARD_CHANNEL_NAME" : "🏢-job-board"
265265
"ACTIVELY_HIRING_ROLE_ID" : "1329874561818165309"
@@ -311,4 +311,4 @@ resource "aws_dynamodb_table" "discord_bot_table" {
311311
server_side_encryption {
312312
enabled = true
313313
}
314-
}
314+
}

0 commit comments

Comments
 (0)