Skip to content

feature: Add --chdir option to import

What

Add --chdir option to import

Why

We cannot use --import-arguments, as -chdir is a global flag for terraform, and must occur before the import argument(s). This is an attempt to provide this functionality, as validate and protected-apply have at their disposal.

This should solve #9 (closed)

Merge request reports

Loading