Repository to help train the creation of terraform resources.
Requirements: Start localstack with docker
pip install terraform-local
tflocal init -upgrade
tflocal apply
tflocal apply
docker-compose up
Inside your docker localstack cli, run a command to see if your resource was created:
docker-cli-localstack.mov
Commands:
awslocal s3 ls
awslocal dynamodb list-tables
etc..