From 25bb79100f3aa089722caf7fe1eac1732718df63 Mon Sep 17 00:00:00 2001 From: Don Badrak Date: Tue, 2 Jul 2019 09:56:20 -0400 Subject: [PATCH] change module to resource --- ois-scanner/main.tf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ois-scanner/main.tf b/ois-scanner/main.tf index 1289c55..c32a0c3 100644 --- a/ois-scanner/main.tf +++ b/ois-scanner/main.tf @@ -32,10 +32,7 @@ locals { ] } -module "this_security_group" { -# source = "terraform-aws-modules/security-group/aws" -# version = "2.17.0" - +resource "aws_security_group" "this_security_group" { name = "${var.name}" description = "common: allows OIS scanners and OIS subnets full access for compliance scanning" vpc_id = "${var.vpc_id}"