Breaking changes

v9.0

The release of v9.0 of the Akamai Terraform provider introduces these breaking changes.

Application Security

Changed argument names and types for IP, Geo, and ASN network lists in the akamai_appsec_ip_geo data source and resource.

  • Replaced ip_network_lists with an ip_controls object containing action and ip_network_lists.
  • Replaced geo_network_lists with a geo_controls object containing action and geo_network_lists.
  • Replaced asn_network_lists with an asn_controls object containing action and asn_network_lists.

Edge DNS

Fixed the issue with swapped host and name attributes in the akamai_dns_record_set data source.