Skip to content

Commit

Permalink
Update lacework provider dependency to ~>2.0 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
zekisherif authored Nov 6, 2024
1 parent 52ab3e4 commit 34c9b3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A Terraform Module to __________________________ with Lacework.
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.12.31 |
| <a name="requirement_lacework"></a> [lacework](#requirement\_lacework) | ~> 0.3 |
| <a name="requirement_lacework"></a> [lacework](#requirement\_lacework) | ~> 2.0 |

## Providers

Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
lacework = {
source = "lacework/lacework"
version = "~> 0.3"
version = "~> 2.0"
}
}
}

0 comments on commit 34c9b3c

Please sign in to comment.