Bypass network lists

akamai_appsec_bypass_network_lists

Returns information about the network lists assigned to the bypass network list; networks on this list are not subject to firewall checking.

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

data "akamai_appsec_bypass_network_lists" "my_bypass_network_lists" {
  config_id          = 12345
  security_policy_id = "abcd_123456"
}

output "bypass_network_lists{
  value = data.akamai_appsec_bypass_network_lists.my_bypass_network_lists
}

Arguments

ArgumentRequiredDescription
config_id✔️A security configuration ID.
security_policy_id✔️A security policy ID.

Attributes

AttributeDescription
bypass_network_listList of network or client list IDs.
jsonJSON-formatted list of information about the bypass networks.
output_textTabular report showing the bypass network list information.