nagelflorian/terraform-aws-s3-review-apps

View on GitHub
scripts/docs/test_section.md

Summary

Maintainability
Test Coverage
## Tests

You can run automated end-to-end tests using the following command, notice this will deploy actual resources in your AWS account which might result in charges for you:

```console
DOMAIN_NAME="foo" ROUTE_53_ROUTE_ID="bar" go test -v -count=1 -mod=vendor -timeout=1800s ./...
```