Releases: opalsecurity/terraform-provider-opal
Releases · opalsecurity/terraform-provider-opal
v3.4.1
v3.4.0
Release v3.4.0
v3.3.3
-
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, andrecommended_durationfields were causing state drift.
v3.3.2
- Adds support for Oracle Fusion
- Adds fields in several data sources
v3.3.1
- 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
New Features
- Add support for Delegations: New
opal_delegationresource andopal_delegationsdata source for managing delegation configurationsopal_delegation: Create, read, and delete individual delegationsopal_delegations: List all delegations with filtering capabilities
Breaking Changes
- Deprecate IDP Group Mappings: The
opal_idp_group_mappingsresource and data source are now deprecated- Use the new
opal_group_catalog_mappingresource instead - The old resources will be removed in a future major version
- Use the new
New Resources
opal_group_catalog_mapping: Manage individual IDP group mappings- Supports create, read, update, and delete operations
- Replaces the bulk
opal_idp_group_mappingsresource with singular resource management
New Data Sources
opal_delegations: List all delegations in your Opal organizationopal_group_catalog_mapping: Read individual group catalog mappings
v3.2.2
- Fixes state drift in scoped role permissions with no targets.
v3.2.1
What's Changed
- Pull latest API changes, including support for Datastax
Full Changelog: v3.2.0...v3.2.1
v3.2.0
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_schedulehave been replaced withon_call_schedulefor consistency across the provider. - This affects the following resources:
opal_configuration_template:member_oncall_schedule_ids=>member_on_call_schedule_ids- Note: The
opal_groupresource is unaffected by this change as it already useson_call_schedule_ids.
- This affects the following data sources:
opal_group:oncall_schedules=>on_call_schedulesopal_configuration_template:member_oncall_schedule_ids=>member_on_call_schedule_ids
Full Changelog: v3.1.4...v3.2.0
v3.1.4
- Adds pagination to the
opal_resources_users_listdata source.