IP allowlist
akamai_iam_ip_allowlist
Enable or disable an IP allowlist on your account.
resource "akamai_iam_ip_allowlist" "my_ip_allowlist" {
enable = true
}
Argument
Pass the enabled
argument to either enable or disable the IP allowlist.
Attributes
There is no standard output for this resource. You can, however, add an output block to return the status of your IP allowlist.
Updated 3 months ago