Skip to content

Commit

Permalink
chore: update Lacework provider version to v1 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurray-lacework authored Nov 9, 2022
1 parent a43bfe1 commit 8e67cb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ terraform {
required_version = ">= 0.14"

required_providers {
google = ">= 3.0.0, < 5.0.0"
google = ">= 3.0.0, < 4.41.0"
time = "~> 0.6"
lacework = {
source = "lacework/lacework"
version = ">= 0.9.2"
version = "~> 1.0"
}
}
}

0 comments on commit 8e67cb1

Please sign in to comment.