Skip to content

Releases: Cidaas/terraform-provider-cidaas

v3.3.0

30 Oct 10:25
Compare
Choose a tag to compare

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

21 Oct 07:42
Compare
Choose a tag to compare

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

02 Oct 05:28
Compare
Choose a tag to compare

Changelog

Enhancements

  • Multiple Password Policy Support: Password Policy resource changed to support multiple policies

v3.1.1

24 Sep 07:25
Compare
Choose a tag to compare

Changelog

Enhancements

  • Locale Support for Template Resource: Added support for the rm & rm-CH language code in the template resource.

v3.1.0

09 Sep 05:16
Compare
Choose a tag to compare

Changelog

This release includes the below new resources

  • cidaas_social_provider
  • cidaas_password_policy
  • cidaas_consent_group
  • cidaas_consent
  • cidaas_consent_version

Please find the readme here to explore more on the new resources.

v3.0.5

03 Sep 10:04
Compare
Choose a tag to compare

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

14 Aug 17:35
Compare
Choose a tag to compare

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

06 Aug 04:50
Compare
Choose a tag to compare

Changelog

Enhancements

  • Enhanced State Management: Fixed state inconsistencies for attributes computed by Cidaas APIs due to dependencies or API support changes.

v3.0.2

16 Jul 09:58
Compare
Choose a tag to compare

Changelog

Enhancements

  • Validation Update: group_id is now required when is_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

11 Jul 11:20
Compare
Choose a tag to compare

Changelog

Removed

  • URL Validation: Removed strict URL validation that enforced URLs to start with https://.