fix major issues

This commit is contained in:
Guilherme Silva
2026-07-13 20:09:03 -03:00
parent 96cd0904d6
commit ee0afe7e79
16 changed files with 398 additions and 110 deletions

View File

@@ -1,5 +1,5 @@
resource "oci_waf_web_app_firewall_policy" "sei-waf-policy" {
count = var.var.enable_waf == "true" ? 1 : 0
count = var.enable_waf == "true" ? 1 : 0
compartment_id = var.ocid_compartment_networking
display_name = "sei-waf-policy-${var.environment}-v01"
actions {