Skip to content

Commit

Permalink
fix: mask broken versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mariux committed Oct 20, 2022
1 parent 5f30d53 commit 99b97cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
terraform {
required_version = "~> 1.0"

# branch_protections_v3 are broken in >= 5.3
required_providers {
github = {
source = "integrations/github"
version = ">= 4.20, < 6.0"
version = ">= 4.20, !=5.3.0, !=5.4.0, !=5.5.0, < 6.0"
}
}
}

0 comments on commit 99b97cb

Please sign in to comment.