Skip to content

Commit

Permalink
Add telegram-transcription-bot
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernPetersen committed Dec 8, 2024
1 parent 059c98f commit e49d0a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion repo_telegram-speech-bot.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resource "google_service_account" "bob_bot" {
display_name = "Bob Bot"
}

resource "google_project_iam_member" "bob_publisher" {
resource "google_project_iam_member" "bob_policies" {
for_each = toset([
"roles/cloudtranslate.user",
"roles/datastore.user",
Expand Down
5 changes: 5 additions & 0 deletions repo_telegram-transcription-bot.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module "transcription_repo" {
source = "github.com/BlindfoldedSurgery/terraform-repo-module?ref=v7.4.0"
name = "telegram-transcription-bot"
description = " Voice message transcription for Telegram, based on Azure Cognitive Services"
}

0 comments on commit e49d0a5

Please sign in to comment.