Skip to content

Commit

Permalink
ci: fix example/default google version constraint (#15)
Browse files Browse the repository at this point in the history
Signed-off-by: Salim Afiune Maya <afiune@lacework.net>
  • Loading branch information
afiune authored Aug 29, 2022
1 parent cf5fe77 commit 2a757f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/configure-lacework-gar-integration/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"
lacework = {
source = "lacework/lacework"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/default/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"
lacework = {
source = "lacework/lacework"
}
Expand Down

0 comments on commit 2a757f0

Please sign in to comment.