pin github and netlify providers

pull/7628/head
Alvin Huang 7 years ago
parent c9665b7a9d
commit e40943ef8f

@ -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" {}

Loading…
Cancel
Save