Skip to content

Commit

Permalink
chore: Update lacework provider dependency to ~>2.0 (#164)
Browse files Browse the repository at this point in the history
* chore: Update lacework provider dependency to ~>2.0

* fix typo
  • Loading branch information
PengyuanZhao authored Nov 13, 2024
1 parent 731f306 commit aeb265f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Terraform module for configuring an integration with Lacework and AWS for CloudT
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.14 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.0 |
| <a name="requirement_lacework"></a> [lacework](#requirement\_lacework) | >= 1.18 |
| <a name="requirement_lacework"></a> [lacework](#requirement\_lacework) | ~> 2.0 |
| <a name="requirement_random"></a> [random](#requirement\_random) | >= 2.1 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.6 |

Expand All @@ -23,7 +23,7 @@ Terraform module for configuring an integration with Lacework and AWS for CloudT
| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.0 |
| <a name="provider_lacework"></a> [lacework](#provider\_lacework) | >= 1.18 |
| <a name="provider_lacework"></a> [lacework](#provider\_lacework) | ~> 2.0 |
| <a name="provider_random"></a> [random](#provider\_random) | >= 2.1 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.6 |

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

0 comments on commit aeb265f

Please sign in to comment.