Skip to content

Commit

Permalink
Tribunals preprod: rename the test SG (#7398)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-k1998 authored Aug 8, 2024
1 parent 53f1946 commit 1a3bd9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/tribunals/rds.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ resource "aws_db_subnet_group" "db_subnet_group" {
}

resource "aws_security_group" "test" {
name = "sqlserver_security_group"
name = "test"
description = "control access to the database"
vpc_id = data.aws_vpc.shared.id
ingress {
Expand Down

0 comments on commit 1a3bd9b

Please sign in to comment.