Skip to content

Commit

Permalink
DPR2-893: Fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-ogle-moj committed Jun 20, 2024
1 parent 9ea4c39 commit 2d44d69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ resource "aws_glue_connection" "glue_operational_datastore_connection" {
}
}

resource aws_security_group "glue_vpc_access_connection_sg" {
resource aws_security_group "glue_operational_datastore_connection_sg" {
count = (local.environment == "development" ? 1 : 0)
name = "${local.project}-operational-datastore-connection_sg"
description = "Security group to allow glue access to Operational Datastore via JDBC Connection"
Expand Down

0 comments on commit 2d44d69

Please sign in to comment.