FEATURES:
resource/auth0_connection
: Addeddisable_sign_out
field to samlp connections (#204)resource/auth0_connection
: Addedmetadata_xml
andmetadata_url
to connection schema (#204)resource/auth0_connection
: Addedsigning_key
to samlp connections (#210)resource/auth0_connection
: Addingpkce_enabled
field to Oauth2 connection options (#212)resource/auth0_tenant
: Added several missing tenant flags (#208)
BREAKING CHANGES:
resource/auth0_connection
: Removed deprecatedoptions.app_domain
in connection resource (#202)resource/auth0_connection
: Changedoptions.fields_map
from Map to String (#207)- Please make sure to do a
terraform state rm auth0_connection.<resource name> && terraform import auth0_connection.<resource name> <connID>
in order to prevent issues due to the breaking change after upgrading to this version.
- Please make sure to do a