RELEASE NOTES
9.3.0 (Jan 21, 2026)
FEATURES/ENHANCEMENTS:
-
General
- Migrated to Go
1.24. - Migrated Terraform to version 1.13.5.
- Updated various dependencies.
- Migrated to Go
-
ClientLists
- Added support for the
DOMAINclient list type.
- Added support for the
-
Cloud Access
- Added support for the new authentication method, Akamai Video Manager Cloudinary (
AVM_CLOUDINARY), in theakamai_cloudaccess_keyresource.
- Added support for the new authentication method, Akamai Video Manager Cloudinary (
-
DataStream
- Added new attributes to the
akamai_datastreamresource:sampling_percentage(optional) — specifies the percentage of data (1–100) that the stream sends to the destination. A value of1means only 1% of the data is sent. If not specified, the stream sends 100% of the data by default.integration_type(computed, read-only) — displays the integration mode returned by the API, such asPM_DEPENDENT,HYBRID, orDS_MANAGED, at the property and stream levels. This attribute value is automatically populated only when present in the API response. If the API response doesn't include an integration type, this value won't be set in the Terraform state.
- Added a new computed attribute
integration_typeto theakamai_datastreamsdata source.
- Added new attributes to the
-
PAPI
- Added the
akamai_property_account_hostnamesdata source, which allows listing all hostnames for the account. Available filters include:contract_idgroup_idhostnamecname_tonetwork
- Added the
akamai_property_hostname_audit_historydata source, which allows fetching a detailed record of all modifications made to a property hostname. - Added basic format validation for the
edge_hostname_idandproperty_idattributes in theakamai_property_hostname_bucketresource, ensuring values match the expected ID patterns, optionalehn_orprp_prefix followed by digits. - Added new fields
mtlsandtls_configurationto theakamai_propertyresource, which are optional for CCM hostnames. - Added support for the Cloud Certificate Manager (CCM) data in the
akamai_property_hostnamesdata source. The following attributes are now available on each object in thehostnameslist:ccm_certificatesccm_cert_statusmtlstls_configuration
- Added the
-
PAPI Domain Ownership Validation (Beta)
- Added a new resource,
akamai_property_domainownership_late_validation, which enables late domain ownership validation for properties whose hostnames have not yet been validated. - Added the
domain_ownership_verificationattribute to theakamai_property_hostnamesdata source, containing the domain validation details. - Changed the
validation_methodfield in theakamai_property_domainownership_validationresource fromOptionaltoRequired.
- Added a new resource,
BUG FIXES:
-
AppSec
- Fixed state handling in the
akamai_appsec_custom_denyresource whenGetCustomDenyreturns404 Not Foundfor the latest configuration version, the resource is removed from the state so Terraform can recreate it on the next apply. - Added validation to the
akamai_appsec_ruleresource to preventrule_actionfrom being set to "none" when a non-emptycondition_exceptionis provided. - Fixed a state issue in the
akamai_appsec_activationsresource on failed activation.
- Fixed state handling in the
-
Cloudlets
- Removed the
akaRuleIdandlocationfields from thematch_rulesJSON payload to avoid API validation errors when updating Akamai Cloudlets policies (I#688).
- Removed the
-
CPS
- Allowed update of the
exclude_sansfield in theakamai_cps_third_party_enrollmentresource.
- Allowed update of the
-
GTM
- Fixed an issue in the
akamai_gtm_propertyresource where failed property creation now marks the resource as tainted, ensuring it can be recreated during the nextterraform apply(I#613).
- Fixed an issue in the
-
PAPI
- Relaxed too strict validation of edge hostname domain prefixes in the
akamai_edge_hostnameresource, allowing now to start the domain prefix with a digit (I#668). - Fixed a bug where the Terraform provider crashed when using
edge_hostname_idwithout theehn_prefix in theakamai_property_hostname_bucketresource.
- Relaxed too strict validation of edge hostname domain prefixes in the