Skip to content

liniribeiro/terraform-localstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repository to help train the creation of terraform resources.

Requirements: Start localstack with docker

Commands

Install local terraform

pip install terraform-local

Init Local terraform

tflocal init -upgrade

Plan Local terraform

tflocal apply

Apply Local terraform

tflocal apply

Start Localstack

docker-compose up

Validate created resources

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..

Useful Links

About

Terraform Studies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published