Skip to content

Commit

Permalink
feat: remove security group argument
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolnagpal committed Sep 27, 2023
1 parent 14549e8 commit 97245b8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions _example/anomaly_example/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ module "http-https" {
label_order = ["name", "environment"]

vpc_id = module.vpc.vpc_id
allowed_ip = ["0.0.0.0/0"]
allowed_ports = [80, 443]
}

##-----------------------------------------------------
Expand Down
2 changes: 0 additions & 2 deletions _example/basic_example/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ module "http-https" {
label_order = ["name", "environment"]

vpc_id = module.vpc.vpc_id
allowed_ip = ["0.0.0.0/0"]
allowed_ports = [80, 443]
}

##-----------------------------------------------------
Expand Down
2 changes: 0 additions & 2 deletions _example/expression_example/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ module "http-https" {
label_order = ["name", "environment"]

vpc_id = module.vpc.vpc_id
allowed_ip = ["0.0.0.0/0"]
allowed_ports = [80, 443]
}

##-----------------------------------------------------
Expand Down

0 comments on commit 97245b8

Please sign in to comment.