Skip to content

Commit

Permalink
feat(deps): Update Terraform Google Provider to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 24, 2023
1 parent a9a0198 commit 2e6f77d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/setup/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ terraform {

required_providers {
google = {
version = ">= 3.49, < 5.0"
version = ">= 3.49, < 5.3"
}
google-beta = {
version = ">= 3.49, < 5.0"
version = ">= 3.49, < 5.3"
}
}
}

0 comments on commit 2e6f77d

Please sign in to comment.