Skip to content

Releases: opalsecurity/terraform-provider-opal

v3.4.1

21 Jan 18:30
3dfe6fa

Choose a tag to compare

Release v3.4.1

v3.4.0

19 Dec 19:12
35d5b20

Choose a tag to compare

v3.4.0 Pre-release
Pre-release
Release v3.4.0

v3.3.3

04 Nov 21:49
489e1ba

Choose a tag to compare

  • Bring Terraform provider up to date with new API resource and group types.

    • Adds option to instantly perform actions after a UAR is closed on UAR creation.
    • Adds support for Tailscale Groups.
    • Adds support for AWS SSO Groups.
    • Adds support for Databricks Account Groups.
    • Adds support for Custom Connector Groups.
    • Adds support for Databricks Account Service principals.
    • Adds support for AWS RDS clusters.
    • Adds support for Snowflake Databases.
    • Adds support for Snowflake Schemas.
    • Adds support for Snowflake Tables.
    • Adds support for iLevel Advanced Roles.
    • Adds support for Tailscale SSH Tags.
    • Adds support for Workday Roles.
  • Fixes bug where last_successful_sync, max_duration, extension_duration_in_minutes, and recommended_duration fields were causing state drift.

v3.3.2

24 Oct 00:57
a5d1993

Choose a tag to compare

  • Adds support for Oracle Fusion
  • Adds fields in several data sources

v3.3.1

15 Oct 12:46
83b2e7d

Choose a tag to compare

  • Fixes bug where oncall schedules and message channels were not being populated correctly on import
  • Adds deprecation warning for setting request extensions on top-line groups or resources (this should be specified in request_configurations)

v3.3.0

18 Sep 15:38
4434b4b

Choose a tag to compare

v3.3.0 Pre-release
Pre-release

New Features

  • Add support for Delegations: New opal_delegation resource and opal_delegations data source for managing delegation configurations
    • opal_delegation: Create, read, and delete individual delegations
    • opal_delegations: List all delegations with filtering capabilities

Breaking Changes

  • Deprecate IDP Group Mappings: The opal_idp_group_mappings resource and data source are now deprecated
    • Use the new opal_group_catalog_mapping resource instead
    • The old resources will be removed in a future major version

New Resources

  • opal_group_catalog_mapping: Manage individual IDP group mappings
    • Supports create, read, update, and delete operations
    • Replaces the bulk opal_idp_group_mappings resource with singular resource management

New Data Sources

  • opal_delegations: List all delegations in your Opal organization
  • opal_group_catalog_mapping: Read individual group catalog mappings

v3.2.2

11 Sep 17:17
57fbed6

Choose a tag to compare

  • Fixes state drift in scoped role permissions with no targets.

v3.2.1

11 Sep 16:58
850f5c6

Choose a tag to compare

What's Changed

  • Pull latest API changes, including support for Datastax

Full Changelog: v3.2.0...v3.2.1

v3.2.0

28 Aug 22:32
a8ea33b

Choose a tag to compare

What's Changed

  • Fixes a bug where on_call_schedule_ids were not being set correctly.
  • Adds support for request_extension.
  • Adds support for IDP Group Mappings.

Breaking Changes in v3.2.0:

  • All references to oncall_schedule have been replaced with on_call_schedule for consistency across the provider.
  • This affects the following resources:
    • opal_configuration_template: member_oncall_schedule_ids => member_on_call_schedule_ids
    • Note: The opal_group resource is unaffected by this change as it already uses on_call_schedule_ids.
  • This affects the following data sources:
    • opal_group: oncall_schedules => on_call_schedules
    • opal_configuration_template: member_oncall_schedule_ids => member_on_call_schedule_ids

Full Changelog: v3.1.4...v3.2.0

v3.1.4

28 Aug 18:40
9e67007

Choose a tag to compare

  • Adds pagination to the opal_resources_users_list data source.