Is it possible to have terratest run an assertion for a value to exist, instead of the standard assertion that the value = expected?
terratest
You can use func NotEmpty, remember that Terratest is just a wrapper of Golang.