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}"