Skip to content

Commit

Permalink
use 2.0 instead of 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zekisherif committed Nov 6, 2024
1 parent 7526727 commit 1147226
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ A Terraform Module to configure the Lacework Agentless Scanner.
<!-- BEGIN_TF_DOCS -->
## Requirements

| Name | Version |
|------|-----------|
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.15.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.0 |
| <a name="requirement_lacework"></a> [lacework](#requirement\_lacework) | ~> 2.0.3 |
| <a name="requirement_random"></a> [random](#requirement\_random) | >= 2.1 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.0 |
| <a name="requirement_lacework"></a> [lacework](#requirement\_lacework) | ~> 2.0 |
| <a name="requirement_random"></a> [random](#requirement\_random) | >= 2.1 |

## Providers

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

0 comments on commit 1147226

Please sign in to comment.