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 anip_controls
object containingaction
andip_network_lists
. - Replaced
geo_network_lists
with ageo_controls
object containingaction
andgeo_network_lists
. - Replaced
asn_network_lists
with anasn_controls
object containingaction
andasn_network_lists
.
Edge DNS
Fixed the issue with swapped host
and name
attributes in the akamai_dns_record_set
data source.
Updated 6 days ago