A CLI written in Python that imports AWS resources.
- Python 3.10+
- AWS CLI configured
- Terraform 1.9.8 (tested on 1.9.8, may work on other versions)
- Clone this repository
git clone https://github.com/yourusername/terra-cli.git
cd terra-cli
-
pip install -e .
-
terra scan
-
Choose either EC2 or Event Bridge Rules. Press Space to select. Enter to continue.
-
Once Terra runs, Terraform files will be created in a
terraform
directory in the current working directory.