Skip to content

Releases: descope/terraform-provider-descope

v0.1.1

04 Feb 23:07
cd24c75
Compare
Choose a tag to compare
  • Fix issue with styles attribute.
  • Fix issue with generic-sms-gateway connectors.

v0.1.0

27 Jan 12:29
fbd14ae
Compare
Choose a tag to compare
  • Add support for force_authentication flag in SSO and OIDC applications.
  • Fix issue with the audit_filters attribute in connectors, which now expect a strongly typed list of objects rather than a JSON string.
  • Add support for enforce_issuer flag in JWT templates.
  • Add support for setting app_url and custom_domain attributes for projects (note: that this feature requires the Descope company to have the appropriate license).
  • The cookie_domain attribute now requires the custom_domain attribute to also be set, though for now the provider will only warn if this requirement is not met.
  • Add new invite_settings object to the descope_project resource.
  • Fix issue with the headers attribute in connectors for setting custom HTTP headers in requests (note: any existing projects using this attribute will get the proper configuration once terraform apply is run).
  • Add support for several new connector types in the connectors object.
  • Fix issue with the provider shouting about value conflicts when string arrays are returned in a different order from the backend.

v0.0.9

10 Jan 17:10
5c82e92
Compare
Choose a tag to compare
  • Add support for use_static_ips and tags attributes.
  • Fix issue with complex validation rules being applied before input variables are available.

v0.0.8

19 Dec 17:21
6a30d7d
Compare
Choose a tag to compare
Fix incorrect acceptance test (#45)

v0.0.6

17 Dec 21:10
a35934b
Compare
Choose a tag to compare
Fix: Grant Types as List of Strings (#43)

* fix: grant types as list of strings

* added function steps to validate input

* fixed Values func

* created new validation functions

* fixed linter

* updated docs

* formatted tfsdk

* make not-equal operator consistent

v0.0.4

23 Sep 15:36
0d73d61
Compare
Choose a tag to compare
Terraform docs (#22)

v0.0.3

22 Sep 13:27
2818e41
Compare
Choose a tag to compare
Update release.yml

v0.0.2

07 Aug 13:17
Compare
Choose a tag to compare
internal provider

v0.0.1

06 Aug 15:33
Compare
Choose a tag to compare
feat(ci): tests and release pipeline