Upgrade dependencies and clean up package config (#63)

This commit is contained in:
Audrey Eschright 2020-10-30 13:07:27 -07:00 committed by GitHub
parent c8ed59d824
commit ccd38093bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 854 additions and 179 deletions

View file

@ -1,5 +1,5 @@
resource "null_resource" "null" {
triggers = {
value = "${timestamp()}"
value = timestamp()
}
}