Skip to content

Commit

Permalink
Merge pull request #11 from MaterializeInc/security-group-prefix
Browse files Browse the repository at this point in the history
Remove hardcoded sg prefix
  • Loading branch information
bobbyiliev authored Dec 13, 2024
2 parents bd3338f + c469d9b commit dc32a58
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
60 changes: 30 additions & 30 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 dc32a58

Please sign in to comment.