Azure / aztfexport

A tool to bring existing Azure resources under Terraform's management
https://azure.github.io/aztfexport/
Mozilla Public License 2.0
1.59k stars 184 forks source link

Cfg: Add `ImportCallback` to allow caller inspect import status #536

Closed magodo closed 3 months ago

magodo commented 3 months ago

Add ImportCallback in the Config to allow caller inspect import status. Though, this is not directly used by this aztfexport CLI tool, while it is for future usage.

magodo commented 3 months ago

The CI failure is due to gosec's regression https://github.com/securego/gosec/issues/1105, which they will release a new version 3 months later. I tried several ways to bypass the issue, all with no luck (either no effect, or new error occurs).