From de07480d5f1d9745ece87b07e6b27cbc8274ab19 Mon Sep 17 00:00:00 2001 From: Salim Afiune Maya Date: Thu, 16 Dec 2021 12:19:00 -0600 Subject: [PATCH] fix: bump Lacework provider version to ~> v0.11 We started using the argument `non_os_package_support` that was introduced in the Lacework provider version `v0.11.0`, we needed to bump the version and we forgot. Fixes https://github.com/lacework/terraform-aws-ecr/issues/19 Signed-off-by: Salim Afiune Maya --- versions.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.tf b/versions.tf index 3e42a2d..e98d0b5 100644 --- a/versions.tf +++ b/versions.tf @@ -6,7 +6,7 @@ terraform { time = "~> 0.6" lacework = { source = "lacework/lacework" - version = "~> 0.3" + version = "~> 0.11" } } }