Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ksatirli committed Jun 14, 2024
1 parent ab2c450 commit 0ad73f1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions examples/branch_protection/terraform.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
terraform {
# see https://www.terraform.io/docs/language/settings/index.html#specifying-provider-requirements
required_providers {
# see https://registry.terraform.io/providers/integrations/github/6.2.1
github = {
source = "integrations/github"
version = ">= 6.2.1, < 7.0.0"
}
}

# see https://www.terraform.io/docs/language/settings/index.html#specifying-a-required-terraform-version
required_version = ">= 1.3.0"
}

0 comments on commit 0ad73f1

Please sign in to comment.