Skip to content

v4.0.0

Choose a tag to compare

@Uddipaan-Hazarika Uddipaan-Hazarika released this 29 May 15:35
· 3 commits to main since this release
4824c56

Terraform Provider for Delphix v4.0.0

This release includes the following change:

  • The AppData dSource (delphix_appdata_dsource) resource will now accept and apply property updates to the resource. This change enables drift detection and update-in-place functionality for all AppData connectors, such as PostgreSQL and MySQL.

  • The Environment (delphix_environment) resource will now accept and apply property updates to the resource. This change enables drift detection and update-in-place functionality for environment resources, such as those running on Unix or Windows. Note: This change introduces breaking functionality. Refer to the next section for further details.

  • You can now use Terraform’s Import command to import both existing resources and the new AppData dSource (delphix_appdata_dsource) and Environment (delphix_environment) resources.

  • All resources can now ignore tag modifications using the ignore_tag_changes flag. This ignore_tag_changes flag manages tag modifications by Admins without causing drift in other users’ Terraform configurations.

This release causes the following breaking changes:

  • The Environment (delphix_environment) resource has been updated to reflect enhancements made to the DCT APIs which support multiple hosts and repositories. The following changes have been made to the Terraform resource:

    • There's a new host substructure. For the list of existing values moved to the new substructure, see Hosts Arguments

    • Renamed os_name to os_type

      • The default value is now UNIX rather than an empty value.

See the Resource: delphix_envrironment documentation for example usage.