Skip to content

Commit

Permalink
feat: remove google provider constraints
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 f016b6f commit 1d0391b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,6 @@ terraform {
// ----------------------------------------------------------------------------
// Configure providers
// ----------------------------------------------------------------------------
provider "google" {
version = "~> 2.12.0"
project = var.gcp_project
zone = var.zone
}

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

provider "random" {
version = "~> 2.2.0"
}
Expand Down

0 comments on commit 1d0391b

Please sign in to comment.