Skip to content

Commit eba1fd5

Browse files
committed
Update supported provider version in README
1 parent 7ea8a91 commit eba1fd5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
200200
In order to execute this module you must have a Service Account with the

autogen/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

modules/private-cluster/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ The [project factory](https://github.com/terraform-google-modules/terraform-goog
202202
- [kubectl](https://github.com/kubernetes/kubernetes/releases) 1.9.x
203203
#### Terraform and Plugins
204204
- [Terraform](https://www.terraform.io/downloads.html) 0.11.x
205-
- [terraform-provider-google-beta](https://github.com/terraform-providers/terraform-provider-google-beta) v2.0.0
205+
- [terraform-provider-google-beta](https://github.com/terraform-providers/terraform-provider-google-beta) v2.3
206206

207207
### Configure a Service Account
208208
In order to execute this module you must have a Service Account with the

0 commit comments

Comments
 (0)