icarrera / terratest-localstack-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:Apache License 2.0


Languages

Language:HCL 76.1%Language:Go 19.8%Language:Shell 4.2%