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 97245b8 commit 8846635
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _example/anomaly_example/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ module "http-https" {
environment = "test"
label_order = ["name", "environment"]

vpc_id = module.vpc.vpc_id
vpc_id = module.vpc.vpc_id
}

##-----------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion _example/basic_example/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ module "http-https" {
environment = "test"
label_order = ["name", "environment"]

vpc_id = module.vpc.vpc_id
vpc_id = module.vpc.vpc_id
}

##-----------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion _example/expression_example/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ module "http-https" {
environment = "test"
label_order = ["name", "environment"]

vpc_id = module.vpc.vpc_id
vpc_id = module.vpc.vpc_id
}

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

0 comments on commit 8846635

Please sign in to comment.