Skip to content

Commit

Permalink
bump all to 5.8.0
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <[email protected]>
  • Loading branch information
bobcallaway committed Dec 13, 2023
1 parent ba9fc9b commit 2a2c7a2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion terraform/gcp/modules/external_secrets/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ terraform {

required_providers {
google = {
version = "5.7.0"
version = "5.8.0"
source = "hashicorp/google"
}
kubectl = {
Expand Down
2 changes: 1 addition & 1 deletion terraform/gcp/modules/gke_cluster/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ terraform {
source = "hashicorp/google"
}
google-beta = {
version = "5.7.0"
version = "5.8.0"
source = "hashicorp/google-beta"
}
random = {
Expand Down
2 changes: 1 addition & 1 deletion terraform/gcp/modules/monitoring/slo/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ terraform {

required_providers {
google = {
version = "5.7.0"
version = "5.8.0"
source = "hashicorp/google"
}
}
Expand Down
2 changes: 1 addition & 1 deletion terraform/gcp/modules/sigstore/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ terraform {
source = "hashicorp/google"
}
google-beta = {
version = "5.7.0"
version = "5.8.0"
source = "hashicorp/google-beta"
}
}
Expand Down

0 comments on commit 2a2c7a2

Please sign in to comment.