IaC Bazaar
AkamaiStatic-verified

Akamai Network Lists

Versioned IP and geo block/allow lists with activation, ready to feed WAF policies and property rules.

terraformEdge & DNS#akamai
akamai-network-liststerraform v1.7

Verification

Static-verified

Passed: 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, and tflint. 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_list per entry in a single network_lists map (mix IP and GEO lists in one module).
  • Optional, opt-in activation (akamai_networklist_activations) — the sync_point is 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 (with notification_emails) to push live, and it targets STAGING unless you ask for PRODUCTION.
  • A precondition blocks activation when notification_emails is 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