Skip to content

Commit

Permalink
chore(deps): update terraform google providers to v5.14.0 (#1136)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Feb 12, 2024
1 parent 1d9b525 commit ece9c9e
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.14"
version = "< 5.15"
}
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.14"
version = "< 5.15"
}
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.14"
version = "< 5.15"
}
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.13.0"
version = "5.14.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down

0 comments on commit ece9c9e

Please sign in to comment.