Skip to content

Releases: pingidentity/terraform-provider-pingone

v1.1.1

28 Aug 13:55
278b222
Compare
Choose a tag to compare

NOTES:

  • resource/pingone_environment: Align example HCL with best practice on creating blank/empty DaVinci service environments. (#907)
  • resource/pingone_population_default: Suppress warning on creation where the default population for an environment cannot be found. (#906)
  • bump github.com/hashicorp/terraform-plugin-framework-timetypes 0.4.0 => 0.5.0 (#908)
  • bump github.com/hashicorp/terraform-plugin-framework 1.10.0 => 1.11.0 (#908)
  • bump github.com/hashicorp/terraform-plugin-testing 1.9.0 => 1.10.0 (#908)

v1.1.0

05 Aug 09:13
f5fbea7
Compare
Choose a tag to compare
  • bump github.com/hashicorp/terraform-plugin-framework-timetypes 0.3.0 => 0.4.0 (#901)
  • bump github.com/hashicorp/terraform-plugin-framework-validators 0.12.0 => 0.13.0 (#901)
  • bump github.com/hashicorp/terraform-plugin-framework 1.9.0 => 1.10.0 (#901)
  • bump github.com/hashicorp/terraform-plugin-testing 1.8.0 => 1.9.0 (#901)
  • bump github.com/patrickcping/pingone-go-sdk-v2/management 0.42.0 => 0.43.0 (#901)
  • bump github.com/patrickcping/pingone-go-sdk-v2/verify 0.6.0 => 0.7.0 (#901)
  • bump github.com/patrickcping/pingone-go-sdk-v2 0.12.2 => 0.12.3 (#901)

ENHANCEMENTS:

  • data_source/pingone_verify_policy: Added support for the fail_expired_id, provider_auto, provider_manual, and retry_attempts properties. (#888)
  • resource/pingone_verify_policy: Added support for the fail_expired_id, provider_auto, provider_manual, and retry_attempts properties. (#888)

What's Changed

  • Bump go modules 2024-08-02 by @patrickcping in #901
  • Support new provider, retry and fail_expired_id properties in verify_policy configuration. by @mjspi in #888
  • MFA APNS Correct acceptance test data by @patrickcping in #902

Full Changelog: v1.0.0...v1.1.0

v1.0.0

17 Jul 13:32
f1fe5dc
Compare
Choose a tag to compare

IMPORTANT The 1.0.0 release is the first release of the v1 major version. If having previously used the v0 release of the provider, please review the upgrade guide for details on how to adjust HCL to account for breaking changes to the Terraform schema.

BREAKING CHANGES:

  • data_source/pingone_resource: Removed the client_secret attribute. Use the pingone_resource_secret resource or data source going forward. (#819)
  • data-source/pingone_application: Changed the access_control_group_options attribute data type. (#682)
  • data-source/pingone_application: Changed the external_link_options attribute data type. (#682)
  • data-source/pingone_application: Changed the icon attribute data type. (#682)
  • data-source/pingone_application: Changed the oidc_options.certificate_based_authentication attribute data type. (#682)
  • data-source/pingone_application: Changed the oidc_options.cors_settings attribute data type. (#682)
  • data-source/pingone_application: Changed the oidc_options.mobile_app.integrity_detection.cache_duration attribute data type. (#682)
  • data-source/pingone_application: Changed the oidc_options.mobile_app.integrity_detection.google_play attribute data type. (#682)
  • data-source/pingone_application: Changed the oidc_options.mobile_app.integrity_detection attribute data type. (#682)
  • data-source/pingone_application: Changed the oidc_options.mobile_app attribute data type. (#682)
  • data-source/pingone_application: Changed the oidc_options attribute data type. (#682)
  • data-source/pingone_application: Changed the saml_options.cors_settings attribute data type. (#682)
  • data-source/pingone_application: Changed the saml_options.idp_signing_key attribute data type. (#682)
  • data-source/pingone_application: Changed the saml_options.sp_verification (#682)
  • data-source/pingone_application: Changed the saml_options attribute data type. (#682)
  • data-source/pingone_application: Removal of deprecated attribute saml_options.sp_verification_certificate_ids. Use the saml_options.sp_verification.certificate_ids attribute going forward. (#681)
  • data-source/pingone_application: Removed oidc_options.client_secret. Use the pingone_application_secret resource or data source going forward. (#781)
  • data-source/pingone_application: Renamed oidc_options.allow_wildcards_in_redirect_uris to oidc_options.allow_wildcard_in_redirect_uris to align with the API. (#887)
  • data-source/pingone_application: Renamed oidc_options.token_endpoint_authn_method to oidc_options.token_endpoint_auth_method to align with the API. (#887)
  • data-source/pingone_environment: Changed the service.bookmark parameter data type and renamed to services.bookmarks. (#665)
  • data-source/pingone_environment: Changed the service parameter data type and renamed to services. (#665)
  • data-source/pingone_flow_policies: Changed the data_filter parameter data type and renamed to data_filters. (#664)
  • data-source/pingone_flow_policy: Changed the davinci_application and trigger computed attribute data types from list block to single object types. (#795)
  • data-source/pingone_gateway: Changed the user_type data type from a set of objects to a map of objects and renamed to user_types. (#798)
  • data-source/pingone_gateway: Renamed radius_client to radius_clients and changed data type from block set to set of objects. (#798)
  • data-source/pingone_gateway: Renamed user_type.push_password_changes_to_ldap to user_types.allow_password_changes. (#798)
  • data-source/pingone_gateway: Renamed user_type.user_migation.attribute_mapping to user_types.new_user_lookup.attribute_mappings and changed data type from block set to set of objects. (#798)
  • data-source/pingone_gateway: Renamed user_type.user_migation to user_types.new_user_lookup and changed data type from block set to single object. (#798)
  • data-source/pingone_gateway: Renamed user_type.user_migration.lookup_filter_pattern to user_types.new_user_lookup.ldap_filter_pattern. (#798)
  • data-source/pingone_groups: Changed the data_filter parameter data type and renamed to data_filters. (#677)
  • data-source/pingone_licenses: Changed the data_filter parameter data type and renamed to data_filters. (#730)
  • data-source/pingone_organization: Removal of deprecated platform URL computed attributes. Consider using the PingOne Utilities module going forward. (#628)
  • data-source/pingone_password_policy: Moved password_age.max to password_age_max. (#801)
  • data-source/pingone_password_policy: Moved password_age.min to password_age_min. (#801)
  • data-source/pingone_password_policy: Removed ineffectual bypass_policy. (#801)
  • data-source/pingone_password_policy: Renamed account_lockout to lockout. (#801)
  • data-source/pingone_password_policy: Renamed environment_default to default. (#801)
  • data-source/pingone_password_policy: Renamed exclude_commonly_used_passwords to excludes_commonly_used_passwords. (#801)
  • data-source/pingone_password_policy: Renamed exclude_profile_data to excludes_profile_data. (#801)
  • data-source/pingone_password_policy: Renamed password_history to history. (#801)
  • data-source/pingone_password_policy: Renamed password_length to length. (#801)
  • data-source/pingone_populations: Changed the data_filter parameter data type and renamed to data_filters. (#664)
  • data-source/pingone_resource_scope: Existing resource_id field made read only. Use resource_type and custom_resource_id instead. (#863)
  • data-source/pingone_resource_scope: New resource_type field is a required field, and new custom_resource_id field is an optional field. The combination of these fields ensure the correct resource is selected without encountering issue. (#863)
  • data-source/pingone_trusted_email_domain_dkim: Removed unnecessary id attribute. (#802)
  • data-source/pingone_trusted_email_domain_dkim: Renamed region.token to regions.tokens. (#802)
  • data-source/pingone_trusted_email_domain_dkim: Renamed region to regions. (#802)
  • data-source/pingone_trusted_email_domain_ownership: Renamed region to regions. (#803)
  • `...
Read more

v1.0.0-rc2

08 Jul 14:14
fe736f7
Compare
Choose a tag to compare

IMPORTANT This v1.0.0-rc2 release is a pre-release (candidate) build and is not stable for production use. The latest stable build for production use is v0.29. The documentation for v0.29 can be found here.

IMPORTANT This v1.0.0-rc2 release is a pre-release (candidate) build that contains breaking changes to the PingOne Terraform schema. This candidate build can be used prepare HCL for the upgrade from v0.* to v1.* of the provider. Please review the upgrade guide for details on handling breaking changes to the PingOne Terraform schema.

IMPORTANT This v1.0.0-rc2 release is a pre-release (candidate) build and can be used prepare HCL for the upgrade from v0.* to v1.* of the provider. If you find bugs in this build, please raise an issue to the provider maintainers.

BREAKING CHANGES:

  • data_source/pingone_resource: Removed the client_secret attribute. Use the pingone_resource_secret resource or data source going forward. (#819)
  • data-source/pingone_application: Changed the access_control_group_options attribute data type. (#682)
  • data-source/pingone_application: Changed the external_link_options attribute data type. (#682)
  • data-source/pingone_application: Changed the icon attribute data type. (#682)
  • data-source/pingone_application: Changed the oidc_options.certificate_based_authentication attribute data type. (#682)
  • data-source/pingone_application: Changed the oidc_options.cors_settings attribute data type. (#682)
  • data-source/pingone_application: Changed the oidc_options.mobile_app.integrity_detection.cache_duration attribute data type. (#682)
  • data-source/pingone_application: Changed the oidc_options.mobile_app.integrity_detection.google_play attribute data type. (#682)
  • data-source/pingone_application: Changed the oidc_options.mobile_app.integrity_detection attribute data type. (#682)
  • data-source/pingone_application: Changed the oidc_options.mobile_app attribute data type. (#682)
  • data-source/pingone_application: Changed the oidc_options attribute data type. (#682)
  • data-source/pingone_application: Changed the saml_options.cors_settings attribute data type. (#682)
  • data-source/pingone_application: Changed the saml_options.idp_signing_key attribute data type. (#682)
  • data-source/pingone_application: Changed the saml_options.sp_verification (#682)
  • data-source/pingone_application: Changed the saml_options attribute data type. (#682)
  • data-source/pingone_application: Removal of deprecated attribute saml_options.sp_verification_certificate_ids. Use the saml_options.sp_verification.certificate_ids attribute going forward. (#681)
  • data-source/pingone_application: Removed oidc_options.client_id and oidc_options.client_secret. Use the pingone_application_secret resource or data source going forward. (#781)
  • data-source/pingone_application: Renamed oidc_options.allow_wildcards_in_redirect_uris to oidc_options.allow_wildcard_in_redirect_uris to align with the API. (#887)
  • data-source/pingone_application: Renamed oidc_options.token_endpoint_authn_method to oidc_options.token_endpoint_auth_method to align with the API. (#887)
  • data-source/pingone_environment: Changed the service.bookmark parameter data type and renamed to services.bookmarks. (#665)
  • data-source/pingone_environment: Changed the service parameter data type and renamed to services. (#665)
  • data-source/pingone_flow_policies: Changed the data_filter parameter data type and renamed to data_filters. (#664)
  • data-source/pingone_flow_policy: Changed the davinci_application and trigger computed attribute data types from list block to single object types. (#795)
  • data-source/pingone_gateway: Changed the user_type data type from a set of objects to a map of objects and renamed to user_types. (#798)
  • data-source/pingone_gateway: Renamed radius_client to radius_clients and changed data type from block set to set of objects. (#798)
  • data-source/pingone_gateway: Renamed user_type.push_password_changes_to_ldap to user_types.allow_password_changes. (#798)
  • data-source/pingone_gateway: Renamed user_type.user_migation.attribute_mapping to user_types.new_user_lookup.attribute_mappings and changed data type from block set to set of objects. (#798)
  • data-source/pingone_gateway: Renamed user_type.user_migation to user_types.new_user_lookup and changed data type from block set to single object. (#798)
  • data-source/pingone_gateway: Renamed user_type.user_migration.lookup_filter_pattern to user_types.new_user_lookup.ldap_filter_pattern. (#798)
  • data-source/pingone_groups: Changed the data_filter parameter data type and renamed to data_filters. (#677)
  • data-source/pingone_licenses: Changed the data_filter parameter data type and renamed to data_filters. (#730)
  • data-source/pingone_organization: Removal of deprecated platform URL computed attributes. Consider using the PingOne Utilities module going forward. (#628)
  • data-source/pingone_password_policy: Moved password_age.max to password_age_max. (#801)
  • data-source/pingone_password_policy: Moved password_age.min to password_age_min. (#801)
  • data-source/pingone_password_policy: Removed ineffectual bypass_policy. (#801)
  • data-source/pingone_password_policy: Renamed account_lockout to lockout. (#801)
  • data-source/pingone_password_policy: Renamed environment_default to default. (#801)
  • data-source/pingone_password_policy: Renamed exclude_commonly_used_passwords to excludes_commonly_used_passwords. (#801)
  • data-source/pingone_password_policy: Renamed exclude_profile_data to excludes_profile_data. (#801)
  • data-source/pingone_password_policy: Renamed password_history to history. (#801)
  • data-source/pingone_password_policy: Renamed password_length to length. (#801)
  • data-source/pingone_populations: Changed the data_filter parameter data type and renamed to data_filters. (#664)
  • data-source/pingone_resource_scope: Existing resource_id field made read only. Use resource_type and custom_resource_id instead. (#863)
  • data-source/pingone_resource_scope: New resource_type field is a required field, and new custom_resource_id field is an optional field. The combination of the...
Read more

v0.29.2

04 Jul 10:28
8b8bbcc
Compare
Choose a tag to compare

NOTES:

  • bump github.com/patrickcping/pingone-go-sdk-v2/authorize 0.5.0 => 0.6.0 (#871)
  • bump github.com/patrickcping/pingone-go-sdk-v2/credentials 0.8.0 => 0.9.0 (#871)
  • bump github.com/patrickcping/pingone-go-sdk-v2/management 0.41.0 => 0.42.0 (#871)
  • bump github.com/patrickcping/pingone-go-sdk-v2/mfa 0.19.0 => 0.20.0 (#871)
  • bump github.com/patrickcping/pingone-go-sdk-v2/risk 0.15.1 => 0.16.0 (#871)
  • bump github.com/patrickcping/pingone-go-sdk-v2/verify 0.5.0 => 0.6.0 (#871)
  • bump github.com/patrickcping/pingone-go-sdk-v2 0.12.1 => 0.12.2 (#871)

BUG FIXES:

  • resource/pingone_gateway: Fixed error when configuring gateways that are generic LDAP v3 compliant directories, or OpenDJ Directory servers. (#871)

What's Changed

Full Changelog: v0.29.1...v0.29.2

v1.0.0-rc1

25 Jun 14:46
8e04c16
Compare
Choose a tag to compare

IMPORTANT This v1.0.0-rc1 release is a pre-release (candidate) build and is not stable for production use. The latest stable build for production use is v0.29. The documentation for v0.29 can be found here.

IMPORTANT This v1.0.0-rc1 release is a pre-release (candidate) build that contains breaking changes to the PingOne Terraform schema. This candidate build can be used prepare HCL for the upgrade from v0.* to v1.* of the provider. Please review the upgrade guide for details on handling breaking changes to the PingOne Terraform schema.

IMPORTANT This v1.0.0-rc1 release is a pre-release (candidate) build and can be used prepare HCL for the upgrade from v0.* to v1.* of the provider. If you find bugs in this build, please raise an issue to the provider maintainers.

BREAKING CHANGES:

  • Removed the provider parameter force_delete_production_type. Use the global_options.environment.production_type_force_delete parameter going forward. (#787)
  • Renamed the pingone_mfa_policies data source to pingone_mfa_device_policies. (#788)
  • Renamed the pingone_mfa_policy resource to pingone_mfa_device_policy. (#788)
  • Renamed the pingone_role_assignment_user resource to pingone_user_role_assignment. (#843)
  • Replaced the region parameter (and PINGONE_REGION environment variable) with region_code (defaulted with the PINGONE_REGION_CODE environment variable). See the Upgrade Guide for details. (#828)
  • data-source/pingone_application: Changed the access_control_group_options attribute data type. (#682)
  • data-source/pingone_application: Changed the external_link_options attribute data type. (#682)
  • data-source/pingone_application: Changed the icon attribute data type. (#682)
  • data-source/pingone_application: Changed the oidc_options.certificate_based_authentication attribute data type. (#682)
  • data-source/pingone_application: Changed the oidc_options.cors_settings attribute data type. (#682)
  • data-source/pingone_application: Changed the oidc_options.mobile_app.integrity_detection.cache_duration attribute data type. (#682)
  • data-source/pingone_application: Changed the oidc_options.mobile_app.integrity_detection.google_play attribute data type. (#682)
  • data-source/pingone_application: Changed the oidc_options.mobile_app.integrity_detection attribute data type. (#682)
  • data-source/pingone_application: Changed the oidc_options.mobile_app attribute data type. (#682)
  • data-source/pingone_application: Changed the oidc_options attribute data type. (#682)
  • data-source/pingone_application: Changed the saml_options.cors_settings attribute data type. (#682)
  • data-source/pingone_application: Changed the saml_options.idp_signing_key attribute data type. (#682)
  • data-source/pingone_application: Changed the saml_options.sp_verification (#682)
  • data-source/pingone_application: Changed the saml_options attribute data type. (#682)
  • data-source/pingone_application: Removal of deprecated attribute saml_options.sp_verification_certificate_ids. Use the saml_options.sp_verification.certificate_ids attribute going forward. (#681)
  • data-source/pingone_application: Removed oidc_options.client_id and oidc_options.client_secret. Use the pingone_application_secret resource or data source going forward. (#781)
  • data-source/pingone_environment: Changed the service.bookmark parameter data type and renamed to services.bookmarks. (#665)
  • data-source/pingone_environment: Changed the service parameter data type and renamed to services. (#665)
  • data-source/pingone_flow_policies: Changed the data_filter parameter data type and renamed to data_filters. (#664)
  • data-source/pingone_flow_policy: Changed the davinci_application and trigger computed attribute data types from list block to single object types. (#795)
  • data-source/pingone_gateway: Changed the user_type data type from a set of objects to a map of objects and renamed to user_types. (#798)
  • data-source/pingone_gateway: Renamed radius_client to radius_clients and changed data type from block set to set of objects. (#798)
  • data-source/pingone_gateway: Renamed user_type.push_password_changes_to_ldap to user_types.allow_password_changes. (#798)
  • data-source/pingone_gateway: Renamed user_type.user_migation.attribute_mapping to user_types.new_user_lookup.attribute_mappings and changed data type from block set to set of objects. (#798)
  • data-source/pingone_gateway: Renamed user_type.user_migation to user_types.new_user_lookup and changed data type from block set to single object. (#798)
  • data-source/pingone_gateway: Renamed user_type.user_migration.lookup_filter_pattern to user_types.new_user_lookup.ldap_filter_pattern. (#798)
  • data-source/pingone_groups: Changed the data_filter parameter data type and renamed to data_filters. (#677)
  • data-source/pingone_licenses: Changed the data_filter parameter data type and renamed to data_filters. (#730)
  • data-source/pingone_organization: Removal of deprecated platform URL computed attributes. Consider using the PingOne Utilities module going forward. (#628)
  • data-source/pingone_password_policy: Moved password_age.max to password_age_max. (#801)
  • data-source/pingone_password_policy: Moved password_age.min to password_age_min. (#801)
  • data-source/pingone_password_policy: Removed ineffectual bypass_policy. (#801)
  • data-source/pingone_password_policy: Renamed account_lockout to lockout. (#801)
  • data-source/pingone_password_policy: Renamed environment_default to default. (#801)
  • data-source/pingone_password_policy: Renamed exclude_commonly_used_passwords to excludes_commonly_used_passwords. (#801)
  • data-source/pingone_password_policy: Renamed exclude_profile_data to excludes_profile_data. (#801)
  • data-source/pingone_password_policy: Renamed password_history to history. (#801)
  • data-source/pingone_password_policy: Renamed password_length to length. (#801)
  • data-source/pingone_populations: Changed the data_filter parameter data type and renamed to data_filters. (#664)
  • data-source/pingone_trusted_email_domain_dkim: Removed unnecessary id attribute. ([#...
Read more

v0.29.1

24 Jun 12:13
3e97556
Compare
Choose a tag to compare

BUG FIXES:

  • resource/pingone_resource_scope: Fixed blocking errors that result from removing multiple resource scopes that are already assigned to an application. (#854)

What's Changed

  • Add mutex to avoid parallel destroy of resource scopes (0.29.1) by @patrickcping in #854

Full Changelog: v0.29.0...v0.29.1

v0.29.0

19 Jun 09:15
41003d8
Compare
Choose a tag to compare

NOTES:

  • bump github.com/hashicorp/terraform-plugin-framework 1.8.0 => 1.9.0 (#842)
  • bump github.com/hashicorp/terraform-plugin-go 0.22.2 => 0.23.0 (#842)
  • bump github.com/hashicorp/terraform-plugin-mux 0.15.0 => 0.16.0 (#842)
  • bump github.com/hashicorp/terraform-plugin-sdk/v2 2.33.0 => 2.34.0 (#842)
  • bump github.com/hashicorp/terraform-plugin-testing 1.7.0 => 1.8.0 (#842)
  • bump github.com/patrickcping/pingone-go-sdk-v2/authorize 0.4.1 => 0.5.0 (#827)
  • bump github.com/patrickcping/pingone-go-sdk-v2/credentials 0.7.0 => 0.8.0 (#827)
  • bump github.com/patrickcping/pingone-go-sdk-v2/management 0.39.0 => 0.40.0 (#827)
  • bump github.com/patrickcping/pingone-go-sdk-v2/management 0.40.0 => 0.41.0 (#842)
  • bump github.com/patrickcping/pingone-go-sdk-v2/mfa 0.18.3 => 0.19.0 (#827)
  • bump github.com/patrickcping/pingone-go-sdk-v2/risk 0.14.1 => 0.15.0 (#827)
  • bump github.com/patrickcping/pingone-go-sdk-v2/risk 0.15.0 => 0.15.1 (#842)
  • bump github.com/patrickcping/pingone-go-sdk-v2/verify 0.4.1 => 0.5.0 (#827)
  • bump github.com/patrickcping/pingone-go-sdk-v2 0.11.9 => 0.12.0 (#827)
  • bump github.com/patrickcping/pingone-go-sdk-v2 0.12.0 => 0.12.1 (#842)

ENHANCEMENTS:

  • data_source/pingone_application: Added support for encrypted SAML application assertions. (#840)
  • resource/pingone_application: Added support for encrypted SAML application assertions. (#840)

BUG FIXES:

  • resource/pingone_risk_predictor: Fixed issue that forced replacement of a resource if a mutable field changed within a "resource type" object. (#838)

What's Changed

Full Changelog: v0.28.0...v0.29.0

v0.28.0

13 May 09:48
cfe045d
Compare
Choose a tag to compare

NOTES:

  • resource/pingone_credential_issuance_rule: A credential_issuance_rule cannot be assigned to a credential_type that has a management_mode of MANAGED. (#804)
  • bump github.com/hashicorp/terraform-plugin-framework 1.7.0 => 1.8.0 (#810)
  • bump github.com/hashicorp/terraform-plugin-go 0.22.1 => 0.22.2 (#810)
  • bump github.com/patrickcping/pingone-go-sdk-v2/credentials 0.6.2 => 0.7.0 (#810)
  • bump github.com/patrickcping/pingone-go-sdk-v2/management 0.38.0 => 0.39.0 (#810)
  • bump github.com/patrickcping/pingone-go-sdk-v2 0.11.8 => 0.11.9 (#810)
  • bump golang.org/x/net 0.22.0 => 0.23.0 (#810)

ENHANCEMENTS:

  • data_source/pingone_credential_type: Added support for the management_mode and metadata.fields.required properties. (#804)
  • resource/pingone_credential_type: Added support for the management_mode and metadata.fields.required properties. (#804)

What's Changed

  • Bump golang.org/x/net from 0.19.0 to 0.23.0 in /tools by @dependabot in #790
  • Bump github.com/hashicorp/go-getter from 1.7.1 to 1.7.4 in /tools by @dependabot in #799
  • Bump golangci/golangci-lint-action from 4 to 5 by @dependabot in #800
  • bump go modules 2024-05-10 by @patrickcping in #810
  • Support management.mode add metadata.fields.required properties in credential_type. by @mjspi in #804
  • Bump golangci/golangci-lint-action from 5 to 6 by @dependabot in #814
  • Bump goreleaser/goreleaser-action from 5.0.0 to 5.1.0 by @dependabot in #813

Full Changelog: v0.27.1...v0.28.0

v0.27.1

12 Apr 16:17
6cdb7dd
Compare
Choose a tag to compare

BUG FIXES:

  • resource/pingone_language: Updated the list of languages that are reserved in the platform. (#783)
  • resource/pingone_notification_settings_email: Fixed panic crash when attempting to import environment default notification email settings. (#782)
  • resource/pingone_notification_template_content: Fixed Invalid import ID specified error when attempting to import credential_issued and verification_code_template templates. (#778)
  • resource/pingone_notification_template_content: Fixed expected length of content to be in the range (1 - 153) error when attempting to import longer length SMS templates configured in the console. (#780)

What's Changed

  • resource/pingone_notification_template_content: Fixed Invalid import ID specified error when attempting to import credential_issued and verification_code_template templates by @patrickcping in #778
  • resource/pingone_notification_template_content: Fix expected length of content to be in the range (1 - 153) error when attempting to import longer length SMS templates configured in the console. by @patrickcping in #780
  • resource/pingone_notification_settings_email: Fix panic crash when attempting to import environment default notification email settings by @patrickcping in #782
  • resource/pingone_language: Update the list of languages that are reserved in the platform by @patrickcping in #783

Full Changelog: v0.27.0...v0.27.1