Skip to content

Commit

Permalink
feat(deps): Update Terraform Google Provider to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 7, 2024
1 parent 084e1d8 commit 18f1314
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/standalone_single_project/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "< 4.75.0"
version = "< 6.5.1"
}
google-beta = {
source = "hashicorp/google-beta"
version = "< 4.75.0"
version = "< 6.5.1"
}
}
}
4 changes: 2 additions & 2 deletions modules/secure-cd/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.44, < 5.0"
version = ">= 4.44, < 6.6"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.44, < 5.0"
version = ">= 4.44, < 6.6"
}
}

Expand Down

0 comments on commit 18f1314

Please sign in to comment.