mirror of
https://github.com/sidpalas/devops-directive-terraform-course.git
synced 2025-12-10 21:01:14 +00:00
- Remove minor version pin for postgres versions (i.e. 12.5 -> 12) - Update s3 config to use separate versioning and encryption terraform resources - Use bucket_prefix instead of bucket for bucket naming to avoid name conflicts Stream: https://youtu.be/KWwKPYuOGBw
8 lines
117 B
Markdown
8 lines
117 B
Markdown
How to run this test?
|
|
|
|
download dependencies, then run the tests...
|
|
```
|
|
go mod download
|
|
go test -v --timeout 10m
|
|
```
|