IP Geo protection
akamai_appsec_ip_geo_protection
Enables or disables IP/Geo protection for the specified configuration and security policy. When enabled, this allows your firewall to allow (or to block) clients based on their IP address or their geographic location.
resource "akamai_appsec_ip_geo_protection" "protection" {
config_id = 12345
security_policy_id = "abcd_123456"
enabled = true
}
Arguments
Argument | Required | Description |
---|---|---|
config_id | ✔️ | A security configuration ID. |
security_policy_id | ✔️ | A security policy ID. |
enabled | ✔️ | Set to true to enable IP/Geo protection; set to false to disable IP/Geo protection. |
Attributes
Returned are current protection settings.
Updated 5 days ago