Skip to content

Commit

Permalink
feat: allow google provider version >= 3.0.0, < 5.0.0 (#10)
Browse files Browse the repository at this point in the history
* feat: allow google provider version >= 3.0.0, < 5.0.0
  • Loading branch information
dmurray-lacework authored Feb 11, 2022
1 parent 8965d56 commit e515d11
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,7 +2,7 @@ terraform {
required_version = ">= 0.12.26"

required_providers {
google = "~> 3.0"
google = ">= 3.0.0, < 5.0.0"
time = "~> 0.6"
lacework = {
source = "lacework/lacework"
Expand Down

0 comments on commit e515d11

Please sign in to comment.