Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #261 from elastic/terrabump
Browse files Browse the repository at this point in the history
Bump google terraform provider to the latest
  • Loading branch information
Crazybus authored Aug 22, 2019
2 parents 7e9b029 + 8d8f637 commit dc0cef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/terraform/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
provider "google" {
project = "${var.project}"
region = "${var.primary_region}"
version = "1.13.0"
version = "2.13.0"
}

terraform {
Expand Down

0 comments on commit dc0cef9

Please sign in to comment.