pin github and netlify providers

This commit is contained in:
Alvin Huang 2019-05-09 14:21:26 -04:00
parent c9665b7a9d
commit e40943ef8f
1 changed files with 6 additions and 0 deletions

View File

@ -13,6 +13,8 @@ GitHub Resources
provider "github" {
organization = "${local.github_org}"
version = "~> 2.0.0"
}
// Configure the repository with the dynamically created Netlify key.
@ -43,6 +45,10 @@ Netlify Resources
-------------------------------------------------------------------
*/
provider "netlify" {
version = "~> 0.1.0"
}
// A new, unique deploy key for this specific website
resource "netlify_deploy_key" "key" {}