Skip to content

Commit

Permalink
Merge pull request #18 from emiioan/master
Browse files Browse the repository at this point in the history
changed google provider to latest version to fix terraform crash
  • Loading branch information
chrislovecnm authored Oct 25, 2019
2 parents 9dbc4fa + bd721d7 commit 994ecaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ limitations under the License.
provider "google" {
project = var.project
zone = var.zone
version = "~> 2.10.0"
version = "~> 2.17.0"
}

// Pins the version of the "template" provider
Expand Down

0 comments on commit 994ecaf

Please sign in to comment.