Skip to content

Commit

Permalink
Update Terraform google-beta to v5.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 20, 2023
1 parent caafea8 commit 9b88dbc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion terraform/gcp/artifact-registry/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
google-beta = {
source = "hashicorp/google-beta"
version = "5.6.0"
version = "5.7.0"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
google-beta = {
source = "hashicorp/google-beta"
version = "5.6.0"
version = "5.7.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/gcp/gke/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ terraform {
# tflint-ignore: terraform_unused_required_providers
google-beta = {
source = "hashicorp/google-beta"
version = "5.6.0"
version = "5.7.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/gcp/gke/modules/gke/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ terraform {
}
google-beta = {
source = "hashicorp/google-beta"
version = "5.6.0"
version = "5.7.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/gcp/root/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ terraform {
# }
google-beta = {
source = "hashicorp/google-beta"
version = "5.6.0"
version = "5.7.0"
}
}
}

0 comments on commit 9b88dbc

Please sign in to comment.