From 9fc1b70038f6acf9a45b8ea4d25ccfba625aefaf Mon Sep 17 00:00:00 2001 From: Don Badrak Date: Tue, 2 Jul 2019 09:31:26 -0400 Subject: [PATCH] change version = 2 --- ois-scanner/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ois-scanner/main.tf b/ois-scanner/main.tf index 21cdcde..83ed4e9 100644 --- a/ois-scanner/main.tf +++ b/ois-scanner/main.tf @@ -25,7 +25,7 @@ locals { module "ois-scanner" { source = "terraform-aws-modules/security-group/aws" - version < 3 + version = "2" name = "${local.name}" description = "common: allows OIS scanners and OIS subnets full access for compliance scanning"