Skip to content

Commit e04edb7

Browse files
committed
chore: update required provider version
1 parent 093d723 commit e04edb7

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ The [project factory](https://github.com/terraform-google-modules/terraform-goog
311311
- [kubectl](https://github.com/kubernetes/kubernetes/releases) 1.9.x
312312
#### Terraform and Plugins
313313
- [Terraform](https://www.terraform.io/downloads.html) 0.13+
314-
- [Terraform Provider for GCP][terraform-provider-google] v4.47
314+
- [Terraform Provider for GCP][terraform-provider-google] v4.49
315315
#### gcloud
316316
Some submodules use the [terraform-google-gcloud](https://github.com/terraform-google-modules/terraform-google-gcloud) module. By default, this module assumes you already have gcloud installed in your $PATH.
317317
See the [module](https://github.com/terraform-google-modules/terraform-google-gcloud#downloading) documentation for more information.

autogen/main/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ The [project factory](https://github.com/terraform-google-modules/terraform-goog
258258
{% if beta_cluster %}
259259
- [Terraform Provider for GCP Beta][terraform-provider-google-beta] v4.47
260260
{% else %}
261-
- [Terraform Provider for GCP][terraform-provider-google] v4.47
261+
- [Terraform Provider for GCP][terraform-provider-google] v4.49
262262
{% endif %}
263263
#### gcloud
264264
Some submodules use the [terraform-google-gcloud](https://github.com/terraform-google-modules/terraform-google-gcloud) module. By default, this module assumes you already have gcloud installed in your $PATH.

autogen/main/versions.tf.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ terraform {
3838
required_providers {
3939
google = {
4040
source = "hashicorp/google"
41-
version = ">= 4.47.0, < 5.0"
41+
version = ">= 4.49.0, < 5.0"
4242
}
4343
kubernetes = {
4444
source = "hashicorp/kubernetes"

modules/private-cluster-update-variant/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ The [project factory](https://github.com/terraform-google-modules/terraform-goog
346346
- [kubectl](https://github.com/kubernetes/kubernetes/releases) 1.9.x
347347
#### Terraform and Plugins
348348
- [Terraform](https://www.terraform.io/downloads.html) 0.13+
349-
- [Terraform Provider for GCP][terraform-provider-google] v4.47
349+
- [Terraform Provider for GCP][terraform-provider-google] v4.49
350350
#### gcloud
351351
Some submodules use the [terraform-google-gcloud](https://github.com/terraform-google-modules/terraform-google-gcloud) module. By default, this module assumes you already have gcloud installed in your $PATH.
352352
See the [module](https://github.com/terraform-google-modules/terraform-google-gcloud#downloading) documentation for more information.

modules/private-cluster-update-variant/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ terraform {
2121
required_providers {
2222
google = {
2323
source = "hashicorp/google"
24-
version = ">= 4.47.0, < 5.0"
24+
version = ">= 4.49.0, < 5.0"
2525
}
2626
kubernetes = {
2727
source = "hashicorp/kubernetes"

modules/private-cluster/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ The [project factory](https://github.com/terraform-google-modules/terraform-goog
324324
- [kubectl](https://github.com/kubernetes/kubernetes/releases) 1.9.x
325325
#### Terraform and Plugins
326326
- [Terraform](https://www.terraform.io/downloads.html) 0.13+
327-
- [Terraform Provider for GCP][terraform-provider-google] v4.47
327+
- [Terraform Provider for GCP][terraform-provider-google] v4.49
328328
#### gcloud
329329
Some submodules use the [terraform-google-gcloud](https://github.com/terraform-google-modules/terraform-google-gcloud) module. By default, this module assumes you already have gcloud installed in your $PATH.
330330
See the [module](https://github.com/terraform-google-modules/terraform-google-gcloud#downloading) documentation for more information.

modules/private-cluster/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ terraform {
2121
required_providers {
2222
google = {
2323
source = "hashicorp/google"
24-
version = ">= 4.47.0, < 5.0"
24+
version = ">= 4.49.0, < 5.0"
2525
}
2626
kubernetes = {
2727
source = "hashicorp/kubernetes"

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ terraform {
2121
required_providers {
2222
google = {
2323
source = "hashicorp/google"
24-
version = ">= 4.47.0, < 5.0"
24+
version = ">= 4.49.0, < 5.0"
2525
}
2626
kubernetes = {
2727
source = "hashicorp/kubernetes"

0 commit comments

Comments
 (0)