Skip to content

Commit

Permalink
Correct component name
Browse files Browse the repository at this point in the history
  • Loading branch information
JimMadge committed Nov 25, 2024
1 parent 408b2d0 commit a09802a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_safe_haven/infrastructure/programs/sre/firewall.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ def __init__(

# Add diagnostic settings for firewall
# This links the firewall to the log analytics workspace
insights.DiagnosticSettings(
insights.DiagnosticSetting(
f"{self._name}_firewall_diagnostic_settings",
name="firewall_diagnostic_settings",
log_analytics_destination_type="Dedicated",
Expand Down

0 comments on commit a09802a

Please sign in to comment.