Skip to content

v0.6.0

Compare
Choose a tag to compare
@magodo magodo released this 21 Jul 02:59
18b614b

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)