Skip to content

icarrera/terratest-localstack-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terratest localstack example

running terratest against localstack

why

  • spinning up AWS infrastructure for tests takes really really long

requirements

  • docker
  • terraform

start localstack in docker

./localstack.sh

run terratest against localstack

go test test/localstack_example_test.go

resources & inspo

Releases

No releases published

Packages

No packages published