1
0
mirror of synced 2025-12-19 18:05:44 -05:00

Bump version to a 0.12-compatible one.

This commit is contained in:
Riley Karson
2019-05-23 13:52:41 -07:00
parent 400d8b6e13
commit de09c6223a
8 changed files with 8 additions and 7 deletions

View File

@@ -7,7 +7,7 @@
# ------------------------------------------------------------------------------
provider "google-beta" {
version = "~> 2.1.0"
version = "~> 2.7.0"
region = "${var.region}"
project = "${var.project}"
}