CleanUpWorkspace is a weired method that is only meant to be used internally by aztfexport, which under the hood will remove everything in the output directory, except the generated TF config. This method does nothing if HCLOnly in the Config is not set.
(ctx context.Context)
| 81 | // CleanUpWorkspace is a weired method that is only meant to be used internally by aztfexport, which under the hood will remove everything in the output directory, except the generated TF config. |
| 82 | // This method does nothing if HCLOnly in the Config is not set. |
| 83 | CleanUpWorkspace(ctx context.Context) error |
| 84 | |
| 85 | SetPreImportHook(config.ImportCallback) |
| 86 | SetPostImportHook(config.ImportCallback) |
no outgoing calls
no test coverage detected