From e92f38dea1516f03ebc3b0f7e956d0a7cf2a210a Mon Sep 17 00:00:00 2001 From: Don Badrak Date: Tue, 2 Jul 2019 09:27:22 -0400 Subject: [PATCH] change to use folder //, change version to be less than 3 (where 0.12 support built in) --- ois-scanner/main.tf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ois-scanner/main.tf b/ois-scanner/main.tf index 8c8a3f5..21cdcde 100644 --- a/ois-scanner/main.tf +++ b/ois-scanner/main.tf @@ -10,7 +10,7 @@ * * ```code * module "ois-scanner" { -* source = "git::https://vc1.csvd.census.gov/terraform-modules/aws-common-security-groups.git/ois-scanner" +* source = "git::https://vc1.csvd.census.gov/terraform-modules/aws-common-security-groups.git//ois-scanner" * * vpc_id = "${var.vpc_id}" * tags = { } @@ -25,6 +25,7 @@ locals { module "ois-scanner" { source = "terraform-aws-modules/security-group/aws" + version < 3 name = "${local.name}" description = "common: allows OIS scanners and OIS subnets full access for compliance scanning"