Skip to content

Commit

Permalink
Make legacy scrapers private
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernPetersen committed Oct 12, 2023
1 parent 3e2fe41 commit 64326c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions repo_legacy_scrapers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module "scraper_repo" {
required_status_checks = []
is_archived = true
create_default_branch = false
is_public = false
}

module "booking_scraper_repo" {
Expand All @@ -14,6 +15,7 @@ module "booking_scraper_repo" {
required_status_checks = []
is_archived = true
create_default_branch = false
is_public = false
}

module "legacy_scraper_repos" {
Expand All @@ -33,4 +35,5 @@ module "legacy_scraper_repos" {
required_status_checks = []
is_archived = true
create_default_branch = false
is_public = false
}

0 comments on commit 64326c2

Please sign in to comment.