Skip to content

Commit

Permalink
Rename database route table
Browse files Browse the repository at this point in the history
  • Loading branch information
halprin committed Mar 2, 2024
1 parent 4edd19d commit 24a0869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operations/template/net.tf
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ resource "azurerm_network_security_group" "db_security_group" {
}

resource "azurerm_route_table" "database" {
name = "database-test"
name = "database"
location = data.azurerm_resource_group.group.location
resource_group_name = data.azurerm_resource_group.group.name
}
Expand Down

0 comments on commit 24a0869

Please sign in to comment.