Skip to content

Commit

Permalink
feat: update security group version
Browse files Browse the repository at this point in the history
  • Loading branch information
theprashantyadav committed Jul 18, 2023
1 parent ac45432 commit 687bc25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion _examples/vpc_link_api/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ module "security_group" {

name = "security-group"
environment = "test"
protocol = "tcp"
label_order = ["environment", "name"]
vpc_id = module.vpc.vpc_id
allowed_ip = ["0.0.0.0/0"]
Expand Down

0 comments on commit 687bc25

Please sign in to comment.