RELEASE NOTES
4.0.0 (May 30, 2023)
BREAKING CHANGES:
-
Appsec
- Update malware policy
ContentTypesto includeEncodedContentAttributes. - Malware policy's
ContentTypesis reported as part of an individual policy but is no longer included in the bulk report of all policies.
- Update malware policy
-
PAPI
- Remove
cpc_prefix inakamai_cp_coderesource and data source IDs
- Remove
FEATURES/ENHANCEMENTS:
-
Migrate to Terraform 1.3.7 version
-
Akamai
- Reword returned error when reading edgerc configuration encounters problems (I#411)
-
EdgeWorkers
- Deactivate EdgeWorker versions upon EdgeWorker deletion(I#331)
-
PAPI
- Remove enforce
property-snippetsdirectory check (I#378) - Improved variable evaluation logic in
akamai_property_rules_templatedata source (I#324, I#385, I#386)- Include path can now be provided using data source
variables variablescan now reference each other and be used to build othervariablese.g.${env.abc} = "${env.prefix} cba"- Variables existence is now verified early across all snippets inside the snippets directory - if variable is used in a snippet which is not included in final template and the variable is not defined, the processing will fail (previously variables were verified only when the snippet was loaded into final result)
- Include path can now be provided using data source
- (Internal usage only) Improved
compliance_recordattribute's syntax forakamai_property_activationandakamai_property_include_activation
- Remove enforce
BUG FIXES:
-
Appsec
- Fixed issue that in some cases allowed
terraform planto create a new config version as a side-effect of reading the current config.
- Fixed issue that in some cases allowed
-
DNS
-
Cloudlets
- Fixed bug related to regex validation for handling property delay in
akamai_cloudlets_policy_activation - Fixed sporadic issue with
akamai_cloudlets_policy_activationdue to network delay
- Fixed bug related to regex validation for handling property delay in
-
PAPI
- Fixed reading float values in
akamai_property_rules_builder - Add validation for hostnames
cname_fromfield inakamai_propertyresource - Assign only active property activation version in
akamai_property_activationresource on read
- Fixed reading float values in