Releases: Cidaas/terraform-provider-cidaas
Releases · Cidaas/terraform-provider-cidaas
v3.3.9
v3.3.8
Changelog
- Fixed issue where empty
consent_refs
array was being omitted from API requests causing state inconsistency
v3.3.7
Changelog
Enhancements
- Attribute basic_settings no longer supported in resource cidaas_app.
v3.3.6
Changelog
Enhancements
- Extend custom provider resource to support custom provider new api contract.
v3.3.5
Changelog
Enhancements
- Attribute
accept_roles_in_the_registration
added to the resource cidaas_app.
v3.3.4
Changelog
Enhancements
- Attribute
accept_roles_in_the_registration
added to the resource cidaas_app.
v3.3.3
Changelog
Enhancements
match_condition
andfilters
attributes ingroup_role_restriction
(cidaas_app) are now required ifgroup_role_restriction
is declared in the configuration. This helps prevent misconfiguration.- cidaas_app import now ignore empty
group_role_restriction
objects in the api response fixing schema mismarch issue.
v3.3.2
Changelog
Enhancements
- Enhanced validation on attributes processing_type and usage_type in resource cidaas_template
v3.3.1
Changelog
Enhanced Locale Support
The provider now includes additional locales de-BE
, id
, zh-Hans
and zh-Hant
.
v3.3.0
Changelog
Removed common_configs from resource app
The attribute common_configs
is removed from the resource cidaas_app as we introduce terraform-cidaas-app module.