Skip to content

Commit

Permalink
chore(deps): update terraform google providers to v5.18.0 (#1172)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Mar 4, 2024
1 parent 312b928 commit 3b553ba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {
required_providers {
google-beta = {
source = "hashicorp/google-beta"
version = "< 5.18"
version = "< 5.19"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {
required_providers {
google-beta = {
source = "hashicorp/google-beta"
version = "< 5.18"
version = "< 5.19"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "< 5.18"
version = "< 5.19"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
2 changes: 1 addition & 1 deletion quickstarts/terraform/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "5.17.0"
version = "5.18.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down

0 comments on commit 3b553ba

Please sign in to comment.