Skip to content

Commit

Permalink
change to use folder //, change version to be less than 3 (where 0.12…
Browse files Browse the repository at this point in the history
… support built in)
  • Loading branch information
badra001 committed Jul 2, 2019
1 parent 4c0b29f commit e92f38d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ois-scanner/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 = { }
Expand All @@ -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"
Expand Down

0 comments on commit e92f38d

Please sign in to comment.