Skip to content

Commit

Permalink
cr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tamirkamara committed Dec 25, 2022
1 parent d4f7a48 commit 49ee8bc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion templates/shared_services/firewall/Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ FROM debian:bullseye-slim

# Use the BUNDLE_DIR build argument to copy files into the bundle
COPY --link . ${BUNDLE_DIR}/

8 changes: 0 additions & 8 deletions templates/shared_services/firewall/terraform/firewall.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,6 @@ resource "azurerm_firewall" "fw" {
lifecycle { ignore_changes = [tags] }
}

# resource "azurerm_management_lock" "fw" {
# count = var.stateful_resources_locked ? 1 : 0
# name = azurerm_firewall.fw.name
# scope = azurerm_firewall.fw.id
# lock_level = "CanNotDelete"
# notes = "Locked to prevent accidental deletion"
# }

data "azurerm_monitor_diagnostic_categories" "firewall" {
resource_id = azurerm_firewall.fw.id
}
Expand Down

0 comments on commit 49ee8bc

Please sign in to comment.