This tool will import existing AWS resources into Terraform state files and create a Terraform configuration for each of the resources being imported.
This project is still a work in progress. Please check back often for the latest updates.
Note:
- Python 2 is not supported
- You will need to have the proper access to your AWS account prior to running this tool.
- python3 - Only Python3 is supported with this package
- python_terraform - Python terraform wrapper
- boto3 - Boto3 for communicating with AWS to retrieve resources
- terraform - Terraform for managing the infrastructure