Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernPetersen committed Sep 26, 2023
1 parent 859a4a6 commit ffd6f68
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions annoying-mention-echo-bot.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module "annoying_repo" {
source = "github.com/BlindfoldedSurgery/terraform-repo-module"
name = "annoying-mention-echo-bot"
default_branch_name = "master"
blocked_branches = []
enable_actions = false
is_archived = true
source = "github.com/BlindfoldedSurgery/terraform-repo-module"
name = "annoying-mention-echo-bot"
default_branch_name = "master"
blocked_branches = []
enable_actions = false
is_archived = true
create_default_branch = false
}
12 changes: 6 additions & 6 deletions deletespamtelegrambot.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module "deletespam_repo" {
source = "github.com/BlindfoldedSurgery/terraform-repo-module"
name = "deletespamtelegrambot"
default_branch_name = "master"
blocked_branches = []
enable_actions = false
is_archived = true
source = "github.com/BlindfoldedSurgery/terraform-repo-module"
name = "deletespamtelegrambot"
default_branch_name = "master"
blocked_branches = []
enable_actions = false
is_archived = true
create_default_branch = false
}

0 comments on commit ffd6f68

Please sign in to comment.