Skip to content

Commit

Permalink
chore(deps): update terraform google to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 9, 2024
1 parent 53d5f99 commit 27ebd7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demos/asm-mcp-multi-clusters/terraform/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "5.43.1"
version = "6.2.0"
}

google-beta = {
Expand Down
2 changes: 1 addition & 1 deletion docs/asm-gke-terraform/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 5.8"
version = "~> 6.0"
}
}
}

0 comments on commit 27ebd7c

Please sign in to comment.