Skip to content

Commit

Permalink
Remove hardcoded sg prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyiliev committed Dec 12, 2024
1 parent bd3338f commit f38616b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/database/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module "db" {
}

resource "aws_security_group" "database" {
name_prefix = "materialize-db-"
name_prefix = "${var.db_identifier}-sg-"
vpc_id = var.vpc_id

ingress {
Expand Down

0 comments on commit f38616b

Please sign in to comment.