Skip to content

Info

For details on the upcoming release, please refer to the Release Notes for more information.

v1.1.43 - Terraform Provider

7 Feb, 2025

An updated version of the Terraform provider is now available.

This version includes the following bug fix.

Bug Fix

Bug ID Description
RC-40160 TF Provider rafay_groupassociation interacts with a group that is not defined in the resource.

v1.1.42 - Terraform Provider

3 Feb, 2025

An updated version of the Terraform provider is now available.

Enhancements

1. Data Sources Support

This release introduces support for listing resources within a project. The following new data sources have been added:

  • rafay_clusters – Lists available clusters in a project.
  • rafay_blueprints – Lists available blueprints in a project.
  • rafay_environments – Lists available environments in a project.
  • rafay_namespaces – Lists available namespaces in a project.

2. Improved Messaging for Cluster Sharing Single Resource

  • Enhanced messaging during the destory of a single shared cluster as part of the Terraform plan.
  • Enhanced resource: rafay_cluster_sharing_single.

3. Workflow Handler: New Resource for Environment Manager

  • Introduced rafay_workflow_handler, a drop-in replacement for driver.
  • The existing driver resource will continue to work, but users are strongly recommended to migrate to workflow_handler, as all future enhancements will be added to this new resource.
  • workflow_handler performs the same functions as driver, ensuring a seamless transition.