Skip to content

Commit

Permalink
chore(deps): update terraform google to v4 (#198)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Peabody <apeabody@gmail.com>
  • Loading branch information
renovate[bot] and apeabody authored Dec 12, 2022
1 parent 2c3dd1c commit c3c911a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/setup/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 3.53.0"
version = ">= 3.53.0, < 5.0"
}
}
}

0 comments on commit c3c911a

Please sign in to comment.