From 31039b43e6a04f4b640166e7346ffadf08e0b05d Mon Sep 17 00:00:00 2001 From: badra001 Date: Tue, 4 May 2021 09:30:52 -0400 Subject: [PATCH] v1.0.1: add new features to security-groups, vpc, vpn --- common/version.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/version.tf b/common/version.tf index fa2705b..374ba43 100644 --- a/common/version.tf +++ b/common/version.tf @@ -1,3 +1,3 @@ locals { - _module_version = "1.0.0" + _module_version = "1.0.1" }