From de09c6223a3d3112e61cceb9c9cd371df7c8d878 Mon Sep 17 00:00:00 2001 From: Riley Karson Date: Thu, 23 May 2019 13:52:41 -0700 Subject: [PATCH] Bump version to a 0.12-compatible one. --- examples/client-certificate/main.tf | 1 + examples/mysql-private-ip/main.tf | 2 +- examples/mysql-public-ip/main.tf | 2 +- examples/mysql-replicas/main.tf | 2 +- examples/postgres-private-ip/main.tf | 2 +- examples/postgres-public-ip/main.tf | 2 +- examples/postgres-replicas/main.tf | 2 +- main.tf | 2 +- 8 files changed, 8 insertions(+), 7 deletions(-) diff --git a/examples/client-certificate/main.tf b/examples/client-certificate/main.tf index c11d03e..4015971 100644 --- a/examples/client-certificate/main.tf +++ b/examples/client-certificate/main.tf @@ -7,6 +7,7 @@ # ------------------------------------------------------------------------------ provider "google-beta" { + version = "~> 2.7.0" region = "${var.region}" project = "${var.project}" } diff --git a/examples/mysql-private-ip/main.tf b/examples/mysql-private-ip/main.tf index e7d03ae..c7b333a 100644 --- a/examples/mysql-private-ip/main.tf +++ b/examples/mysql-private-ip/main.tf @@ -7,7 +7,7 @@ # ------------------------------------------------------------------------------ provider "google-beta" { - version = "~> 2.1.0" + version = "~> 2.7.0" region = "${var.region}" project = "${var.project}" } diff --git a/examples/mysql-public-ip/main.tf b/examples/mysql-public-ip/main.tf index 4864a58..d403a81 100644 --- a/examples/mysql-public-ip/main.tf +++ b/examples/mysql-public-ip/main.tf @@ -7,7 +7,7 @@ # ------------------------------------------------------------------------------ provider "google-beta" { - version = "~> 2.1.0" + version = "~> 2.7.0" region = "${var.region}" project = "${var.project}" } diff --git a/examples/mysql-replicas/main.tf b/examples/mysql-replicas/main.tf index 646cf96..0cfcbd7 100644 --- a/examples/mysql-replicas/main.tf +++ b/examples/mysql-replicas/main.tf @@ -7,7 +7,7 @@ # ------------------------------------------------------------------------------ provider "google-beta" { - version = "~> 2.1.0" + version = "~> 2.7.0" region = "${var.region}" project = "${var.project}" } diff --git a/examples/postgres-private-ip/main.tf b/examples/postgres-private-ip/main.tf index 24cacb9..5a81f8d 100644 --- a/examples/postgres-private-ip/main.tf +++ b/examples/postgres-private-ip/main.tf @@ -7,7 +7,7 @@ # ------------------------------------------------------------------------------ provider "google-beta" { - version = "~> 2.1.0" + version = "~> 2.7.0" region = "${var.region}" project = "${var.project}" } diff --git a/examples/postgres-public-ip/main.tf b/examples/postgres-public-ip/main.tf index 0e5d6bf..462d124 100644 --- a/examples/postgres-public-ip/main.tf +++ b/examples/postgres-public-ip/main.tf @@ -7,7 +7,7 @@ # ------------------------------------------------------------------------------ provider "google-beta" { - version = "~> 2.1.0" + version = "~> 2.7.0" region = "${var.region}" project = "${var.project}" } diff --git a/examples/postgres-replicas/main.tf b/examples/postgres-replicas/main.tf index 8713c1f..0bae2b1 100644 --- a/examples/postgres-replicas/main.tf +++ b/examples/postgres-replicas/main.tf @@ -7,7 +7,7 @@ # ------------------------------------------------------------------------------ provider "google-beta" { - version = "~> 2.1.0" + version = "~> 2.7.0" region = "${var.region}" project = "${var.project}" } diff --git a/main.tf b/main.tf index 66be264..d53b1db 100644 --- a/main.tf +++ b/main.tf @@ -7,7 +7,7 @@ # ------------------------------------------------------------------------------ provider "google-beta" { - version = "~> 2.1.0" + version = "~> 2.7.0" region = "${var.region}" project = "${var.project}" }