Skip to content

Releases: Azure/aztfexport

v0.0.6

09 Dec 10:12
af3fb15
Compare
Choose a tag to compare

Changelog

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

v0.0.5

09 Dec 08:37
2c635a5
Compare
Choose a tag to compare

Changelog

  • 457ada8 Merge branch 'main' of github.com:magodo/aztfy
  • 38b59c4 Rename from magodo/aztfy to Azure/aztfy (#26)
  • 2c635a5 add ADO pipeline
  • 1426009 how to dev with vscode (#24)
  • 0eff4b5 pin terraform version constraint as terraform add is removed after v1.1.0-alpha20211020
  • a2e6b74 update go.mod to adding the Go v1.17 constraint
  • f562b10 update readme

v0.0.4

27 Oct 08:30
dbabc8a
Compare
Choose a tag to compare

Changelog

b7194bc Add how to get a precompiled binary in README
0ab6c38 Add option for specify output dir
b960230 Change apply to save
3d9e358 Check that is empty. If not, we shall error out becasuse of we don't accidentally remove anything
91e6004 Github action of 'make test' can be run on a local.
3534bac Merge pull request #10 from magodo/fix_provider_mismatch_crash
173ffeb Merge pull request #11 from koudaiii/koudaiii/how-to-get-a-precompiled-binary
e6ca9a0 Merge pull request #12 from koudaiii/koudaiii/make-test-in-local
be20bc4 Merge pull request #15 from koudaiii/koudiaii/specify-output-dir
8760380 Merge pull request #19 from koudaiii/koudaiii/change-apply-to-save
50663b4 Merge pull request #20 from cedrox/bug/13-download-terraform-loop
6c00259 Merge pull request #21 from simone-bennett/main
4247f15 Merge pull request #23 from magodo/resource_suggestion
ab9e2d0 TODO
2eb77c0 TODO
77f1d6b Terraform should use cache.
03fcd83 Update internal/config/config.go
1cf9525 Update main.go
3cfe24d bug fix
aa0f0a7 cleanup
aaca1d7 debug env
8ace0cc ensure odir is an empty dir
1a105ed fix provider mismatch crash
1f66413 initial version of the generate-provider-resource-mapping
7074543 initial version, todo: fix callee package not in the imported package list (devtestlab)
5ad5a0b locate the real delete function for the typed Delete method
0852150 new command on listview: r (show resource type recommendations)
cb216e9 output dir corresponds to a resource group
7fbe68f prepare the script and the makefile
979aa08 refactor
8251763 refactor
a443292 remove some too-detailed steps (as that might be different per individual)
38065dd tiny change
4cd1b28 update README.md
69c142e update generated files towards v2.82.0
329f128 update version
dbabc8a update version to v0.0.4
4b6692e updated the readme based on my testing

v0.0.3

23 Sep 04:53
d24b7ba
Compare
Choose a tag to compare

Changelog

c151d81 Merge pull request #8 from magodo/retry_on_import_error
d24b7ba Merge pull request #9 from magodo/refactor
fcd2709 add progress bar
103855c small refactoring of the ResolveImport() signature
58bc613 support for mocking client (UI test)
765e979 ui integration
55d73b6 users can retype the mappings on import error

v0.0.2

29 Aug 01:43
b555edf
Compare
Choose a tag to compare

Changelog

b555edf manual versioning for binary app

v0.0.1

28 Aug 12:56
8cbbbdc
Compare
Choose a tag to compare

Changelog

ef1e526 MPL-2.0 License
8cbbbdc Merge branch 'main' into test_ci
ba9e641 Merge branch 'main' into test_ci
c886f2a README.md update
914ed2d Test GH Actions
65c4187 Update README.md
2442600 add gh action
07e1988 add goreleaser && exclude the tool from go mod tidy
9e4c637 add version
4614496 arm template
ddc91d6 export Default to custom schema to help eliminate Optional attribute holding the default value
7540773 export customize schema from provider, based on which to tune the HCL from terraform add to eliminate Computed attributes and blocks
47f618f fix ci
2d2f1b2 fix ci
6e386b5 fix exact path find for tfinstall
0544e31 handle ExactlyOneOf constraint for O+C properties
7aa1c44 init commit
f68c618 rename to be aztfy
febf5ed resolve dependency via arm template and add it into hcl
02b9a3e simple readme
f8b15bc test ci
97e3b25 use armtemplate to list all the resources under a group
226b35d use the terraform v1.1.0-alpha version when absent