Skip to content

Commit

Permalink
fix: add a more lenient version scope
Browse files Browse the repository at this point in the history
  • Loading branch information
cagiti authored and jenkins-x-bot committed May 4, 2020
1 parent 1f0c8a1 commit f30b873
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ terraform {
provider "google" {
project = var.gcp_project
zone = var.zone
version = ">= 2.12.0"
}

provider "google-beta" {
project = var.gcp_project
zone = var.zone
version = ">= 2.12.0"
}

provider "random" {
Expand Down

0 comments on commit f30b873

Please sign in to comment.