Skip to content

v2.2.5

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Nov 16:09
· 57 commits to main since this release

New in release 2.2.5 of the ZEDEDA Terraform Provider

New Behavior: object recreation
You can now change an object’s name using its Terraform configuration. Select objects will be re-created upon a name change.

Enhancement: provider and API parity
Terraform provider schemas are now synchronized with their corresponding API endpoints, ensuring that Terraform configurations always reflect changes to the ZEDEDA API.

Change, significant: authentication
You must now authenticate with an API-token. We removed Basic-Auth with a username and password.

For instructions about getting a token, see our How to use the ZEDEDA API article. For instructions about using your token to authenticate, see our guide to the ZEDEDA Terraform Provider.

Changes

  • We removed adminstate_config. You can now configure admin_state directly. Diffs will be suppressed if the EdgeNode is in ADMINSTATE_REGISTERED state and your configuration is set to ADMINSTATE_ACTIVE.
  • We removed CSRF checks.

Fix
Fixed a bug that prevented you from creating an app instance due to mismatching interfaces.