Skip to content

Commit

Permalink
change module to resource
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jul 2, 2019
1 parent 5ef8488 commit 25bb791
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ois-scanner/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 25bb791

Please sign in to comment.