File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ A Terraform Module to integrate Amazon Container Registries (ECR) with Lacework.
1414| ------| ---------|
1515| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 0.14 |
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_time " ></a > [ time] ( #requirement\_ time ) | ~ > 0.6 |
1919
2020## Providers
2121
2222| Name | Version |
2323| ------| ---------|
2424| <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 3.0 |
25- | <a name =" provider_lacework " ></a > [ lacework] ( #provider\_ lacework ) | ~ > 1.18 |
25+ | <a name =" provider_lacework " ></a > [ lacework] ( #provider\_ lacework ) | ~ > 2.0 |
2626| <a name =" provider_time " ></a > [ time] ( #provider\_ time ) | ~ > 0.6 |
2727
2828## Modules
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ terraform {
66 time = " ~> 0.6"
77 lacework = {
88 source = " lacework/lacework"
9- version = " ~> 1.18 "
9+ version = " ~> 2.0 "
1010 }
1111 }
1212}
You can’t perform that action at this time.
0 commit comments