Skip to content

Commit ff06601

Browse files
fix: Update security group name to use name_prefix for consistency
1 parent 326cd22 commit ff06601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/terraform/media_relay/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ locals {
8484
}
8585

8686
resource "aws_security_group" "mediamtx" {
87-
name = "${var.name}-sg"
87+
name_prefix = "${var.name}-sg-"
8888
description = "Network rules for the Mediamtx relay"
8989
vpc_id = local.vpc_id
9090

0 commit comments

Comments
 (0)