Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
marrobi committed Feb 27, 2024
1 parent 4b8091b commit e6cc9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/terraform/servicebus.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ resource "azurerm_servicebus_namespace" "sb" {
# Block public access
# See https://docs.microsoft.com/azure/service-bus-messaging/service-bus-service-endpoints
network_rule_set {
ip_rules = var.enable_local_debugging ? [local.myip] : null
ip_rules = var.enable_local_debugging ? [local.myip] : null

# Allows the Eventgrid to access the SB
trusted_services_allowed = true
Expand Down

0 comments on commit e6cc9e5

Please sign in to comment.