WriteResourceMapping writes a resource mapping file to the output directory. In case import block generation is specified, a TF import block file will also be generated.
(ctx context.Context, l ImportList)
| 78 | GetImportBlocks(ctx context.Context, l ImportList) []byte |
| 79 | // WriteResourceMapping writes a resource mapping file to the output directory. In case import block generation is specified, a TF import block file will also be generated. |
| 80 | WriteResourceMapping(ctx context.Context, l ImportList) error |
| 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 |
no outgoing calls
no test coverage detected