github okta/terraform-provider-okta v7.0.0

3 hours ago

7.0.0 (Aug 24, 2026)

BREAKING CHANGES

  • okta_email_template_settings: Migrated from Framework+SDKv3 to Terraform Plugin Framework + Okta SDK v6. The recipients attribute is now optional (previously required). brand_id and template_name now force resource replacement when changed. Ref: email_template_settings.md
  • okta_threat_insight_settings: Migrated from SDKv2 to Terraform Plugin Framework + Okta SDK v6. The network_excludes attribute has been renamed to exclude_zones. New computed attributes created and last_updated added. Ref: threat_insight_settings.md
  • okta_role_subscription: Migrated from SDKv2 to Terraform Plugin Framework + Okta SDK v6. The role_type attribute has been renamed to role_ref. The status attribute has been removed; use notification_type and manage subscription state directly. Ref: role_subscription.md
  • okta_role_subscription (data source): role_type renamed to role_ref. notification_type moved from required input to computed output; pass the notification type as id instead. New computed attribute channels added. Ref: role_subscription.md
  • okta_template_sms: Migrated from the legacy SDKv2 implementation to Terraform Plugin Framework (TPF) + Okta SDK v6. The translations attribute has changed from a set of objects ({language, template}) to a map(string). The type and template attributes are now optional (previously required). New computed attributes created and last_updated are available. Existing configurations must update the translations block accordingly. Ref: template_sms.md

FEATURES

  • Added new resource okta_brands_templates_email_customization for managing email template customizations per brand #2891 by @pranav-okta
  • Added new data source okta_threat_insight_settings #2891 by @pranav-okta
  • Added new resource okta_user_subscription for managing notification subscriptions for individual users #2891 by @pranav-okta
  • Added new data source okta_user_subscription to read a user's notification subscription #2891 by @pranav-okta
  • Added new data source okta_role_subscription to read a role's notification subscription #2891 by @pranav-okta

ENHANCEMENTS

  • Migrated okta_template_sms to Terraform Plugin Framework + Okta SDK v6 #2891 by @pranav-okta
  • Migrated okta_email_template_settings to Terraform Plugin Framework + Okta SDK v6 #2891 by @pranav-okta
  • Migrated okta_threat_insight_settings to Terraform Plugin Framework + Okta SDK v6 #2891 by @pranav-okta
  • Adds new resources for oauthv1 clients #2886 by pranav-okta
  • Migrated okta_role_subscription to Terraform Plugin Framework + Okta SDK v6 #2891 by @pranav-okta

Don't miss a new terraform-provider-okta release

NewReleases is sending notifications on new releases.