File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -142,9 +142,9 @@ The [project factory](https://github.com/terraform-google-modules/terraform-goog
142142#### Terraform and Plugins
143143- [ Terraform] ( https://www.terraform.io/downloads.html ) 0.11.x
144144{% if private_cluster or beta_cluster %}
145- - [ terraform-provider-google-beta ] ( https://github.com/ terraform-providers/terraform- provider-google-beta) v2.3, v2.6, v2.9
145+ - [ Terraform Provider for GCP Beta ] [ terraform-provider-google-beta ] v2.9
146146{% else %}
147- - [ terraform-provider-google ] ( https://github.com/ terraform-providers/terraform- provider-google) v2.3, v2.6, v2.9
147+ - [ Terraform Provider for GCP ] [ terraform-provider-google ] v2.9
148148{% endif %}
149149
150150### Configure a Service Account
@@ -317,3 +317,8 @@ command.
317317{% else %}
318318[ upgrading-to-v2.0 ] : docs/upgrading_to_v2.0.md
319319{% endif %}
320+ {% if private_cluster or beta_cluster %}
321+ [ terraform-provider-google-beta ] : https://github.com/terraform-providers/terraform-provider-google-beta
322+ {% else %}
323+ [ terraform-provider-google ] : https://github.com/terraform-providers/terraform-provider-google
324+ {% endif %}
You can’t perform that action at this time.
0 commit comments