Releases: Cidaas/terraform-provider-cidaas
Releases · Cidaas/terraform-provider-cidaas
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.
v3.2.0
Changelog
Addition of datasources
This release includes the following datasources:
- cidaas_consent
- cidaas_custom_provider
- cidaas_group_type
- cidaas_registration_field
- cidaas_role
- cidaas_scope_group
- cidaas_scope
- cidaas_social_provider
- cidaas_system_template_option
Additional attribute support in resource cidaas_app
The following attributes are added to the resource cidaas_app
:
- require_auth_time
- enable_login_spi
- backchannel_logout_session_required
- suggest_verification_methods
- group_role_restriction
- basic_settings
Bug Fix
- Fixed the issue Consent Not Found when the name of the consent resource is in uppercase during update & destroy
v3.1.2
Changelog
Enhancements
- Multiple Password Policy Support: Password Policy resource changed to support multiple policies
v3.1.1
Changelog
Enhancements
- Locale Support for Template Resource: Added support for the rm & rm-CH language code in the template resource.
v3.1.0
v3.0.5
Changelog
- eaa83cb Merge branch 'changelog-3.0.5' into 'master'
- 8785d90 changelog 3.0.5
- 03d3566 Merge branch 'add-default-value' into 'master'
- 6b3df49 lin fix
- 4186163 default value {} assigned
- fa6bd00 Merge branch 'password-policy-ref' into 'master'
- 0e45339 removed omitempty from password_policy_ref
- fb040fe Merge branch 'pass-httpclient-by-value' into 'master'
- 77adbbc dupl lint fix
- d55e71e readme cidaas c capitalized
- c321f65 httpclient update in all resources & error msg fix
- 4b952b3 format error with util function
- 7172ad3 httpclient change in role
v3.0.4
Changelog
Bug Fix
- custom provider schema fix: The issue with the sub attribute not aligning with the schema of the custom provider has been resolved.
- app schema fix: The app resource's list nested attributes are now updated to align with the Cidaas API response.
v3.0.3
Changelog
Enhancements
- Enhanced State Management: Fixed state inconsistencies for attributes computed by Cidaas APIs due to dependencies or API support changes.
v3.0.2
Changelog
Enhancements
- Validation Update:
group_id
is now required whenis_system_template=true
in resource cidaas_template.
Fixes
- Validation Removed: Removed the validation that checked the availability of template group by
group_id
in Cidaas before creating a template as the api sometimes may fail to fetch the template group immediately after its creation.
v3.0.1
Changelog
Removed
- URL Validation: Removed strict URL validation that enforced URLs to start with
https://
.