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
194
194
- [ kubectl] ( https://github.com/kubernetes/kubernetes/releases ) 1.9.x
195
195
#### Terraform and Plugins
196
196
- [ 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
198
198
199
199
### Configure a Service Account
200
200
In 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
138
138
#### Terraform and Plugins
139
139
- [ Terraform] ( https://www.terraform.io/downloads.html ) 0.11.x
140
140
{% 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
142
142
{% 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
144
144
{% endif %}
145
145
146
146
### Configure a Service Account
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ locals {
19
19
}
20
20
21
21
provider "google" {
22
- version = " ~> 2.2 "
22
+ version = " ~> 2.3.0 "
23
23
region = " ${ var . region } "
24
24
}
25
25
26
26
provider "google-beta" {
27
- version = " ~> 2.2 "
27
+ version = " ~> 2.3.0 "
28
28
region = " ${ var . region } "
29
29
}
30
30
@@ -45,8 +45,6 @@ module "gke" {
45
45
network = " ${ var . network } "
46
46
subnetwork = " ${ var . subnetwork } "
47
47
48
- kubernetes_version = " 1.11.7-gke.12"
49
-
50
48
ip_range_pods = " ${ var . ip_range_pods } "
51
49
ip_range_services = " ${ var . ip_range_services } "
52
50
service_account = " ${ var . compute_engine_service_account } "
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ locals {
19
19
}
20
20
21
21
provider "google" {
22
+ version = " ~> 2.3.0"
22
23
credentials = " ${ file (var. credentials_path )} "
23
24
region = " ${ var . region } "
24
25
}
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ locals {
19
19
}
20
20
21
21
provider "google" {
22
- version = " ~> 2.2 "
22
+ version = " ~> 2.3.0 "
23
23
region = " ${ var . region } "
24
24
}
25
25
26
26
provider "google-beta" {
27
- version = " ~> 2.2 "
27
+ version = " ~> 2.3.0 "
28
28
region = " ${ var . region } "
29
29
}
30
30
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ locals {
19
19
}
20
20
21
21
provider "google" {
22
- version = " ~> 2.2 "
22
+ version = " ~> 2.3.0 "
23
23
region = " ${ var . region } "
24
24
}
25
25
26
26
provider "google-beta" {
27
- version = " ~> 2.2 "
27
+ version = " ~> 2.3.0 "
28
28
region = " ${ var . region } "
29
29
}
30
30
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ locals {
19
19
}
20
20
21
21
provider "google" {
22
- version = " ~> 2.2 "
22
+ version = " ~> 2.3.0 "
23
23
region = " ${ var . region } "
24
24
}
25
25
26
26
provider "google-beta" {
27
- version = " ~> 2.2 "
27
+ version = " ~> 2.3.0 "
28
28
region = " ${ var . region } "
29
29
}
30
30
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ locals {
19
19
}
20
20
21
21
provider "google-beta" {
22
- version = " ~> 2.2 "
22
+ version = " ~> 2.3.0 "
23
23
region = " ${ var . region } "
24
24
}
25
25
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ locals {
19
19
}
20
20
21
21
provider "google" {
22
- version = " ~> 2.2 "
22
+ version = " ~> 2.3.0 "
23
23
region = " ${ var . region } "
24
24
}
25
25
26
26
provider "google-beta" {
27
- version = " ~> 2.2 "
27
+ version = " ~> 2.3.0 "
28
28
region = " ${ var . region } "
29
29
}
30
30
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ locals {
19
19
}
20
20
21
21
provider "google-beta" {
22
- version = " ~> 2.2 "
22
+ version = " ~> 2.3.0 "
23
23
region = " ${ var . region } "
24
24
}
25
25
You can’t perform that action at this time.
0 commit comments