Skip to content

Commit

Permalink
refactor: allows upgrading the google provider to 5.x (#45)
Browse files Browse the repository at this point in the history
The google v5 provider is out since October 2023 and provides much needed features for us. But we can't upgrade to it because of lacework.

This allows lacework to work with google v5.x
  • Loading branch information
lra authored Dec 19, 2023
1 parent ab9e930 commit 109bf89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ terraform {
required_version = ">= 0.14"

required_providers {
google = ">= 4.4.0, < 5.0.0"
google = ">= 4.4.0"
}
}

0 comments on commit 109bf89

Please sign in to comment.