Skip to content

Commit

Permalink
set github provider locally to prevent implict use of latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
dms1981 committed Sep 13, 2024
1 parent 6cf6ce0 commit a742869
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terraform/environments/tipstaff/platform_versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ terraform {
source = "hashicorp/null"
version = "~> 3.2"
}
github = {
source = "integrations/github"
version = "6.2.2"
}
}
required_version = "~> 1.0"
}

0 comments on commit a742869

Please sign in to comment.