Skip to content
This repository was archived by the owner on Jul 17, 2026. It is now read-only.

Releases: hashicorp/terraform-migrate-utility

v0.0.3

Choose a tag to compare

@a-anurag27 a-anurag27 released this 17 Sep 13:13
187c08c

v0.0.3 (17th Sep 2025)

Enhancements

  • Added support for listing resource from terraform state file.
  • Fixed bug in terraform workspace to stack address mapping function.

v0.0.2

Choose a tag to compare

@a-anurag27 a-anurag27 released this 25 Aug 09:22
a3fb165

v0.0.2 (25st Aug 2025)

Enhancements

  • Environment variable filtering and error handling.
  • The validateStacksFiles function now more robustly checks that the provided path exists and is a directory before running validation, improving reliability and error messaging.
  • The stack validation step in WorkspaceToStackAddressMap has been commented out, possibly to temporarily bypass validation during development or testing.

General Improvements:

  • Added the errors package import to support improved error handling throughout the file.…onment variables in stack validation

v0.0.1

Choose a tag to compare

@sujaysamanta sujaysamanta released this 21 Aug 12:51
8bed52c

v0.0.1 (21st Aug 2025)

New Features

  • RPC API client for Terraform state to stack state transformation.
  • Modules and Resources mapping utility for API ingress.