aztfy/internal/utils
magodo b794b083c7
Integrate with terraform-client-go for hcl only mode to eliminate `terraform` binary (#381)
* Integrate with terraform-client-go for hcl only mode to eliminate `terraform` binary

Integrate with terraform-client-go for hcl only mode to eliminate `terraform` binary. This improves the performance (quicker speed and lower footprint) of importing.

To use it, users have to explicitly specify a new hidden flag (`--tfclient-plugin-go`). This flag is hidden since it is not supposed for CLI users to use, but is meant to be used by module users who wants to get the benefit of performance improvement.
2023-03-29 10:03:52 +08:00
..
copyfile.go Integrate with terraform-client-go for hcl only mode to eliminate `terraform` binary (#381) 2023-03-29 10:03:52 +08:00
dir_is_empty.go Move the interactive output dir check code from `NewBaseMeta()` to CLI before function (#309) 2022-11-23 14:54:18 +08:00
inspect_terraform.go Extend `--append` to remote backend, and the backend type now honors the existing type in append mode (#373) 2023-03-09 09:34:49 +08:00
remove_everything.go Allow resource mapping file in the output directory in `map` mode 2023-02-16 11:30:02 +08:00