Aztfy Versions Save

A tool to bring existing Azure resources under Terraform's management

v0.6.0

1 year ago

0.6.0 (Jul 21, 2022)

BREAKING CHANGES:

  • The CLI is now refactored to two subcommands: resource/res and resource-group/rg, where the resource/res is to terrafy a single resource by its Azure resource ID, and the resource-group/rg is to terrafy a resource group by name, as before (#166)

ENHANCEMENTS:

  • New option: --append to allow importing to existing workspace (#151)
  • New subcommand aztfy resource to terrafy a single resource by its Azure resource ID (#166)
  • Replace the TF to Azure ID mapping by aztft, which makes the TF resource type auto deducing more accurate (#175)
  • Update provider schema to v3.14.0 (#176)
  • UI improvement for non-interactive mode (#177)

BUG FIXES:

  • Support clouds rather than Azure public (#169)
  • Support signalr service (#155)
  • Support storage file share (#150)

v0.5.0

1 year ago

0.5.0 (Jun 07, 2022)

ENHANCEMENTS:

  • Conslidate the user resource mapping file (#107)
  • CLI supports long form option and env var source (#111)
  • Interactive filter (via /) supports regexp (#115)
  • New shortcut key delete to mark items to be skipped (#116)
  • Update schema and resource mapping for provider v3.9.0 (#126)

BUG FIXES:

  • ID transformation for frontdoor (#120)

v0.4.0

2 years ago

0.4.0 (May 23, 2022)

ENHANCEMENTS:

  • Update schema and resource mapping for v3.7.0 (#106)
  • Batch mode now can be invoked without the resource mapping file (-m). In this case, only the resource types that can be automatically deduced by aztfy will be imported (#103)
  • Switch the underlying SDK to Azure SDK Track2 (#87)

BUG FIXES:

  • Support key vault nested items (i.e. key, secret and certificate) (#104)
  • Support applicationinsights webtest resource (#96)
  • Support the managed data disk attached to the VM (#91)

v0.3.0

2 years ago

0.3.0 (May 6, 2022)

ENHANCEMENTS:

  • Update schema and resource mapping for v3.5.0 (#84)

BUG FIXES:

  • Fix go install failures (#81)
  • Use simple string comparison for resource identifier filter matching (#82)

OTHER:

  • Adding a devcontainer (#73)

v0.2.0

2 years ago

0.2.0 (April 22, 2022)

ENHANCEMENTS:

  • Removing the dependency on specific versions of terraform (i.e. v1.1 alpha versions) (#56) Previously, aztfy depends on an experimental feature of terraform called terraform add, which is only available in a transient period in its v1.1 alpha versions. This requirement is now not needed since this version, which means almost any terraform version works with aztfy.
  • Schema and builtin resource mapping recommendation are generated for AzureRM provider v3.3.0 (#68)

v0.1.1

2 years ago

0.1.1 (April 6, 2022)

This patch release only makes some internal changes for the release pipeline. The only user facing change is that the Windows binaries are digitally signed. The checksum of the binaries for the other platforms are also signed, as before.

v0.1.0

2 years ago

0.1.0 (March 28, 2022)

ENHANCEMENTS:

  • Schema and builtin resource mapping recommendation are generated for AzureRM provider v3.0.2

v0.0.8

2 years ago

0.0.8 (March 11, 2022)

ENHANCEMENTS:

  • Schema and builtin resource mapping recommendation are generated for AzureRM provider v2.99.0

v0.0.7

2 years ago

0.0.7 (March 1, 2022)

BREAKING CHANGES:

  • Default output directory to current working directory (#36)

NEW FEATURES:

ENHANCEMENTS:

v0.0.6

2 years ago

Changelog

Update the provider schema and resource id mappings based on provider v2.88.0.