Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
VinayKumar611 authored Jan 19, 2024
1 parent 996c6a9 commit b6f7d55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/elz-backup/elz-backup-hub/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,6 @@ resource "oci_network_firewall_network_firewall_policy" "network_firewall_policy
##############################################################################
########### Create Firewall Firewall Threat and Traffic Log ##########
##############################################################################
// TO DO ONCE BACKUP LOGGING MODULE IS DONE

module "firewall_threat_log_backup" {
count = var.enable_network_firewall && var.enable_traffic_threat_log ? 1 : 0
Expand Down

0 comments on commit b6f7d55

Please sign in to comment.