Skip to content

Commit cab4d1a

Browse files
authored
Update lacework provider dependency to ~>2.0 (#39)
1 parent 01463b5 commit cab4d1a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A Terraform Module for configuring an integration with Lacework and AWS for Clou
1414
|------|---------|
1515
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.15.1 |
1616
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 3.0 |
17-
| <a name="requirement_lacework"></a> [lacework](#requirement\_lacework) | ~> 1.18 |
17+
| <a name="requirement_lacework"></a> [lacework](#requirement\_lacework) | ~> 2.0 |
1818
| <a name="requirement_random"></a> [random](#requirement\_random) | >= 2.1 |
1919
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.6 |
2020

@@ -24,7 +24,7 @@ A Terraform Module for configuring an integration with Lacework and AWS for Clou
2424
|------|---------|
2525
| <a name="provider_aws.audit"></a> [aws.audit](#provider\_aws.audit) | >= 3.0 |
2626
| <a name="provider_aws.log_archive"></a> [aws.log\_archive](#provider\_aws.log\_archive) | >= 3.0 |
27-
| <a name="provider_lacework"></a> [lacework](#provider\_lacework) | ~> 1.18 |
27+
| <a name="provider_lacework"></a> [lacework](#provider\_lacework) | ~> 2.0 |
2828
| <a name="provider_random"></a> [random](#provider\_random) | >= 2.1 |
2929
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.6 |
3030

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ terraform {
1111
time = "~> 0.6"
1212
lacework = {
1313
source = "lacework/lacework"
14-
version = "~> 1.18"
14+
version = "~> 2.0"
1515
}
1616
}
1717
}

0 commit comments

Comments
 (0)