File tree Expand file tree Collapse file tree 12 files changed +19
-20
lines changed Expand file tree Collapse file tree 12 files changed +19
-20
lines changed Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ The [project factory](https://github.com/terraform-google-modules/terraform-goog
194194- [ kubectl] ( https://github.com/kubernetes/kubernetes/releases ) 1.9.x
195195#### Terraform and Plugins
196196- [ Terraform] ( https://www.terraform.io/downloads.html ) 0.11.x
197- - [ terraform-provider-google] ( https://github.com/terraform-providers/terraform-provider-google ) v2.0.0
197+ - [ terraform-provider-google] ( https://github.com/terraform-providers/terraform-provider-google ) v2.3
198198
199199### Configure a Service Account
200200In order to execute this module you must have a Service Account with the
Original file line number Diff line number Diff line change @@ -138,9 +138,9 @@ The [project factory](https://github.com/terraform-google-modules/terraform-goog
138138#### Terraform and Plugins
139139- [ Terraform] ( https://www.terraform.io/downloads.html ) 0.11.x
140140{% if private_cluster %}
141- - [ terraform-provider-google-beta] ( https://github.com/terraform-providers/terraform-provider-google-beta ) v2.0.0
141+ - [ terraform-provider-google-beta] ( https://github.com/terraform-providers/terraform-provider-google-beta ) v2.3
142142{% else %}
143- - [ terraform-provider-google] ( https://github.com/terraform-providers/terraform-provider-google ) v2.0.0
143+ - [ terraform-provider-google] ( https://github.com/terraform-providers/terraform-provider-google ) v2.3
144144{% endif %}
145145
146146### Configure a Service Account
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ locals {
1919}
2020
2121provider "google" {
22- version = " ~> 2.2 "
22+ version = " ~> 2.3.0 "
2323 region = " ${ var . region } "
2424}
2525
2626provider "google-beta" {
27- version = " ~> 2.2 "
27+ version = " ~> 2.3.0 "
2828 region = " ${ var . region } "
2929}
3030
@@ -45,8 +45,6 @@ module "gke" {
4545 network = " ${ var . network } "
4646 subnetwork = " ${ var . subnetwork } "
4747
48- kubernetes_version = " 1.11.7-gke.12"
49-
5048 ip_range_pods = " ${ var . ip_range_pods } "
5149 ip_range_services = " ${ var . ip_range_services } "
5250 service_account = " ${ var . compute_engine_service_account } "
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ locals {
1919}
2020
2121provider "google" {
22+ version = " ~> 2.3.0"
2223 credentials = " ${ file (var. credentials_path )} "
2324 region = " ${ var . region } "
2425}
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ locals {
1919}
2020
2121provider "google" {
22- version = " ~> 2.2 "
22+ version = " ~> 2.3.0 "
2323 region = " ${ var . region } "
2424}
2525
2626provider "google-beta" {
27- version = " ~> 2.2 "
27+ version = " ~> 2.3.0 "
2828 region = " ${ var . region } "
2929}
3030
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ locals {
1919}
2020
2121provider "google" {
22- version = " ~> 2.2 "
22+ version = " ~> 2.3.0 "
2323 region = " ${ var . region } "
2424}
2525
2626provider "google-beta" {
27- version = " ~> 2.2 "
27+ version = " ~> 2.3.0 "
2828 region = " ${ var . region } "
2929}
3030
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ locals {
1919}
2020
2121provider "google" {
22- version = " ~> 2.2 "
22+ version = " ~> 2.3.0 "
2323 region = " ${ var . region } "
2424}
2525
2626provider "google-beta" {
27- version = " ~> 2.2 "
27+ version = " ~> 2.3.0 "
2828 region = " ${ var . region } "
2929}
3030
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ locals {
1919}
2020
2121provider "google-beta" {
22- version = " ~> 2.2 "
22+ version = " ~> 2.3.0 "
2323 region = " ${ var . region } "
2424}
2525
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ locals {
1919}
2020
2121provider "google" {
22- version = " ~> 2.2 "
22+ version = " ~> 2.3.0 "
2323 region = " ${ var . region } "
2424}
2525
2626provider "google-beta" {
27- version = " ~> 2.2 "
27+ version = " ~> 2.3.0 "
2828 region = " ${ var . region } "
2929}
3030
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ locals {
1919}
2020
2121provider "google-beta" {
22- version = " ~> 2.2 "
22+ version = " ~> 2.3.0 "
2323 region = " ${ var . region } "
2424}
2525
You can’t perform that action at this time.
0 commit comments