This repository was archived by the owner on May 22, 2022. It is now read-only.
Releases: alekc/terraform-provider-auth0
Releases · alekc/terraform-provider-auth0
1.1.3
1.1.2
v1.1.1
ENHANCEMENTS:
- Improved secrets management in hook
- Added support for
organization_usage
andorganization_require_behavior
to resourceauth0_client
- Added support for
metadata_url
andmetadata_xml
to resourceauth0_connection
v1.1.0
ENHANCEMENTS:
- Added
auth0_action
andauth0_flow
resources - Added
JSONOBJECT
option to logstream - Added support for
allowed_clients
- Added support for
user_invitation
inauth0_email_template
- Added support for
signing_cert
inauth0_client
.
BUG FIXES:
- Addressed some bugs related to addon serializations in
auth0_client
v1.0.0
ENHANCEMENTS:
- Provider has been rewritten to Terraform Sdk v2, so some bugs may arise. Use with caution.
- Some linter pleasing
- Introduced parallelism to tests
- Custom domain is ignored now if the testing account is not premium
- Created a new make target
make install-local
. To use it runmake install-local version=1.0.0
, and it will build the provider and place it local terraform sdk plugin folder. It can be used withsource = "local/alekc/auth0"
in your provider source attribute. - Added provider's debug capability. It can be invoked with
- Added validation for datadog log stream region (capital case was throwing an error on Auth0 side)
BREAKING CHANGES:
- All addons from the
auth0_client
has been dropped, except for those present in the webui (Saml2 and WS-FED). - Resource
auth0_global_client
has been deleted auth0_connection.options
is now a required field. It can be empty (but set tooptions {}
). This is due to a limitation in nested defaults from Terraform (if that value is not set, it's much harder to catch drifts)
BUG FIXES:
- Empty non_persistent_attrs no longer breaks Auth0 connection webui (however it will still break if it's set to anything, this is a bug on Auth0 side)