Skip to content

Commit

Permalink
Fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Mar 7, 2024
1 parent 4e3ec86 commit 5951bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf/environments/prod/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ resource "aws_security_group" "ooni_nginx_sg" {
description = "security group for OONI Nginx. Allow port 80 and 22"

vpc_id = aws_vpc.main.id
name = "tf-ecs-lbsg"
name = "ooni-tier0-prod-nginx-sg"

ingress {
protocol = "tcp"
Expand Down

0 comments on commit 5951bf8

Please sign in to comment.