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 Sep 9, 2024
1 parent 084e1d8 commit 1d1d59d
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.1.1"
}
google-beta = {
source = "hashicorp/google-beta"
version = "< 4.75.0"
version = "< 6.1.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.2"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.44, < 5.0"
version = ">= 4.44, < 6.2"
}
}

Expand Down

0 comments on commit 1d1d59d

Please sign in to comment.