/terratest-localstack-example

Primary LanguageHCLApache License 2.0Apache-2.0

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