fix major issues
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user