Akamai Network Lists
Versioned IP and geo block/allow lists with activation, ready to feed WAF policies and property rules.
Verification
Static-verifiedPassed: validated and lint-clean (provider-schema-validated for AWS/Azure/GCP; Terraform-language lint elsewhere).
Conformance
- Static validation (fmt · validate · tflint)
- Security scan: findings disclosed (Checkov)
- Plan tests (mocked: validation rules · outputs)
Provenance
- SHA-256 checksum
- Signature (pending)
Functional
- Live test pending (no cloud run yet)
Last verified 2026-06-28 · how we verify
Documentation
akamai-network-lists
Versioned Akamai Network Lists (IP/CIDR and GEO) managed as code, with
optional activation — ready to feed App & API Protector IP/geo firewalls and
delivery-property rules. Works with Terraform and OpenTofu (>= 1.6),
Akamai provider >= 10.0, < 11.0.
Status: static-validated, live-test pending. Ships under live-test quarantine — validated with
tofu fmt,tofu validate, andtflint. Real apply → activate → destroy against an Akamai account is pending a cloud sandbox (no Network Lists sandbox available yet).
What you get:
- One
akamai_networklist_network_listper entry in a singlenetwork_listsmap (mixIPandGEOlists in one module). - Optional, opt-in activation (
akamai_networklist_activations) — thesync_pointis read back from each managed list so you always activate the version this apply produced.
Secure defaults
- Lists default to
mode = "REPLACE"so Terraform fully owns the contents: what is in your config is what is on Akamai — no silent drift, deny-by-default for blocklists. - Activation is off by default. The first apply only stages list contents;
set
activate = true(withnotification_emails) to push live, and it targetsSTAGINGunless you ask forPRODUCTION. - A precondition blocks activation when
notification_emailsis empty, so you never fire a silent production change.
Provider pin
akamai = {
source = "akamai/akamai"
version = ">= 10.0, < 11.0"
}
License
Commercial — LicenseRef-IaCBazaar-Commercial. © IaC Bazaar. Original work
(not derived from a third-party module).
Usage code & full reference unlock after purchase
The complete copy-paste usage, the full input/output reference, and operational notes ship with your licence — shown here and bundled in the download.
- Usage
- Inputs
- Outputs