Skip to content

tofu-infra: refactor imports

Arturo Borrero Gonzalez requested to merge arturo-244-tofu-infra-refactor into main

This is a two-fold change:

  • Put the import id in the same YAML files as the rest of the data This allows for easier visual identification of each element.

  • Refactor imports code in the root module to a separate file. This helps the root module to stay within a reasonable size.

Bug: T370037 Signed-off-by: Arturo Borrero Gonzalez aborrero@wikimedia.org

Merge request reports