Skip to content

Commit

Permalink
Merge pull request #5 from schubergphilis/fvb/lock_github
Browse files Browse the repository at this point in the history
Lock GitHub version to work around crash
  • Loading branch information
svanharmelen authored Mar 13, 2020
2 parents 5d85329 + 75c1065 commit 5c119cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions version.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
terraform {
required_version = "~> 0.12.0"

required_providers {
github = "2.4.0"
}
}

0 comments on commit 5c119cb

Please sign in to comment.