v4.0.0
RELEASE NOTES
4.0.0 (May 30, 2023)
BREAKING CHANGES:
-
Appsec
- Update malware policy
ContentTypes
to includeEncodedContentAttributes
. - Malware policy's
ContentTypes
is 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_code
resource 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-snippets
directory check (I#378) - Improved variable evaluation logic in
akamai_property_rules_template
data source (I#324, I#385, I#386)- Include path can now be provided using data source
variables
variables
can now reference each other and be used to build othervariables
e.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_record
attribute's syntax forakamai_property_activation
andakamai_property_include_activation
- Remove enforce
BUG FIXES:
-
Appsec
- Fixed issue that in some cases allowed
terraform plan
to 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_activation
due 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_from
field inakamai_property
resource - Assign only active property activation version in
akamai_property_activation
resource on read
- Fixed reading float values in