🏳️AWS2Terraform
AWS Services supported
Run
java -jar terraform-generator-shell-[version].jarGetting started
configure region and profile.
export:>config --region ap-northeast-2 --profile default
Region is set to ap-northeast-2
Profile is set to defaultUse
all-available-resourcescommand to export all available-resources from aws.
Exit shell and check out result files which is created on outout folder. *.tf files are terraform files, and *.cmd files are terraform import files.
Usage of Commands
How to check Spring Shell CLI Builtin option.
Config Commands
You can configure AWS2Terraform profile and region via config commands. After that, you do not need to put common parameters when you run each command. Auto completion is available for parameter of region and profile.
Common Options
How to check command-specific options.
Last updated