Skip to content

v0.10.0

Compare
Choose a tag to compare
@zstlaw zstlaw released this 21 Oct 17:10
· 2264 commits to master since this release
7d1dc9e

NOTES:

  • provider: The backing edgegrid library was entirely rewritten. Provider behavior should be preserved but there is chance of incidental changes due to the project size.
  • resources/akamai_edge_hostname: edge_hostname field should be provided with an ending of edgesuite.net, edgekey.net, or akamaized.net. If a required suffix is not provided then edgesuite.net is appended as default.

ENHANCEMENTS:

  • provider: improved error handling and improved message consistency
  • provider: release notes categorize updates according to Terraform best practices guide.
  • resources/akamai_cp: support ids with and without prefixes
  • resources/akamai_edge_hostnames: support ids with and without prefixes
  • resources/akamai_property: support ids with and without prefixes
  • resources/akamai_property_activation: support ids with and without prefixes

BUG FIXES:

  • resources/akamai_property: [AT-42] Fix criteria_match values handling
  • provider: fixed documentation to properly present guides and categories on Hashicorp Terraform registry site
  • resources/edge_hostname: added error when neither IPV4 nor IPV6 is selected
  • resources/akamai_property: comparisons in rule tree now properly ignore equivalent values with attribute order differences.
  • datasource/akamai_property_rules: comparisons in rule tree now properly ignore equivalent values with attribute order differences.
  • provider: updated all error messages to better identify issues and actions required by user
  • provider: fixed crash due to unexpected data types from unexpected API responses
  • provider: fixed crash due to unexpected data types in terraform files
  • provider: errors now get reported using Terraform diagnostics allowing much more detail to be passed to user when an error occurs.