Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 694 Bytes

File metadata and controls

17 lines (10 loc) · 694 Bytes

(Back)

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.