Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 741 Bytes

File metadata and controls

16 lines (10 loc) · 741 Bytes

(Back) / (Retour)

Import Tool

An Import tool is provided with the GitHub Foundations CLI. This tool will start an interactive process to import resources into Terraform state. It uses the results of a terraform plan to determine which resources are available for import.

To run an import check for a repository, run the following command:

Usage:
    github-foundations-cli import [module_path]

Where <module_path> is the path to the Terragrunt module to import.

For more information, see the documentation.