You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,28 @@
1
1
# RELEASE NOTES
2
2
3
+
## 2.6.0 (Nov 13, 2025)
4
+
5
+
#### FEATURES/ENHANCEMENTS:
6
+
7
+
* Cloud Certificates (Beta)
8
+
* Added the `export-cloudcertificate` command that generates the configuration for the
9
+
`akamai_cloudcertificates_certificate` and `akamai_cloudcertificates_upload_signed_certificate` resources.
10
+
11
+
* PAPI Domain Ownership Validation (Beta)
12
+
* Added support for exporting the `akamai_property_domainownership_validation` and `akamai_property_domainownership_domains` resources
13
+
for specified domains and optionally validation scopes using the `export-domainownership` command.
14
+
If a domain is not validated, it is exported as commented out in the `akamai_property_domainownership_validation` resource.
15
+
16
+
* PAPI
17
+
* Modified the `export-property` command to generate `CCM` specific information for hostnames in the `akamai_property` resource.
18
+
Additionally, for `CCM` related hostnames, the `akamai_edge_hostname` resource is not generated.
19
+
* Added support for the new rule format `v2025-10-16`.
20
+
21
+
#### BUG FIXES:
22
+
23
+
* AppSec
24
+
* Fixed an export of the `akamai_appsec_ip_geo` resource for the `asn_controls`, `geo_controls`, and `ip_controls` fields, which wasn't working correctly since Akamai Terraform 9.0.0.
Export a Terraform configuration for your cloud certificate.
288
+
289
+
>**Note:**
290
+
>
291
+
> If the certificate is in the `READY_FOR_USE` or `ACTIVE` status, the `akamai_cloudcertificates_upload_signed_certificate` resource will also be included in your configuration.
292
+
> If the certificate is in the `CSR_READY` status, the `akamai_cloudcertificates_upload_signed_certificate` resource will be generated but commented out.
Export a Terraform configuration for your domain ownership.
375
+
376
+
>**Notes:**
377
+
> - Each domain with a validation scope must exist as an `FQDN`for the export to succeed.
378
+
> - If a domain doesn't have a validation scope, it should match only one type: `HOST`, `DOMAIN`, or `WILDCARD`.
379
+
> - Domains with a domain status other than `VALIDATED` are exported as commented out for the `akamai_property_domainownership_validation` resource.
380
+
> - You can export up to 1000 domains at once.
381
+
> - The names of the exported Terraform resources are taken from the first domain in the list. If that domain contains invalid characters, these characters are replaced with underscores in the resources’ names.
Export a Terraform configuration for your namespace and network's EdgeKV.
@@ -496,6 +542,7 @@ Export a Terraform configuration for your property along with its JSON-formatted
496
542
>
497
543
> - Certain export conditions require the use of a particular property rule format. Verify whether your rule format matches the use case requirement and [update your rule format](https://techdocs.akamai.com/terraform/docs/set-up-property-provisioning#update-rule-format) as needed.
498
544
> - If the property you're exporting hasn't been activated on any networks, staging or production, the `akamai_property_activation` resource will still be included in your configuration but commented out. This is to avoid accidental activation. To activate the property, uncomment the `akamai_property_activation` resource and run `terraform apply`.
545
+
> - The `akamai_edge_hostname` resource isn't generated for `CCM` related hostnames.
0 commit comments