From 8c3cb2f34d5e2da89963dfed34ab60df697d9305 Mon Sep 17 00:00:00 2001 From: Don Badrak Date: Tue, 2 Jul 2019 09:34:12 -0400 Subject: [PATCH] version 2.17.0 --- 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 ee5c187..a284d02 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 = "2" + version = "2.17.0" name = "${local.name}" description = "common: allows OIS scanners and OIS subnets full access for compliance scanning"