Bypass network lists

akamai_appsec_bypass_network_lists

Specifies the networks that appear on the bypass network list. Networks on this list are allowed to bypass the Web Application Firewall.

Note that this resource is only applicable to WAP (Web Application Protector) configurations.

resource "akamai_appsec_bypass_network_lists" "my_bypass_network_lists" {
  config_id           = 12345
  security_policy_id  = "abcd_123456"
  bypass_network_list = ["my_bypass_list1", "my_bypass_list2"]
}

Arguments

ArgumentRequiredDescription
config_id✔️A security configuration ID.
security_policy_id✔️A security policy ID.
bypass_network_list✔️JSON array of network or client list IDs that comprise the bypass list.

Attributes

Returned is a list of bypass network IDs.