Fix deprecation warning on test

This commit is contained in:
Audrey Eschright 2020-10-30 12:04:29 -07:00
parent 4bfcd4a4bf
commit 59399ac610

View file

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