Releases: descope/terraform-provider-descope
Releases · descope/terraform-provider-descope
v0.1.1
v0.1.0
- 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
andcustom_domain
attributes for projects (note: that this feature requires the Descope company to have the appropriate license). - The
cookie_domain
attribute now requires thecustom_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 thedescope_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 onceterraform 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
- Add support for
use_static_ips
andtags
attributes. - Fix issue with complex validation rules being applied before input variables are available.
v0.0.8
v0.0.6
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
v0.0.3
Update release.yml
v0.0.2
internal provider
v0.0.1
feat(ci): tests and release pipeline