Is it possible to have terratest run an assertion for a value to exist, instead of the standard assertion that the value = expected?
Terratest - How to check for terraform output
315 views Asked by Staggerlee011 At
1
Is it possible to have terratest run an assertion for a value to exist, instead of the standard assertion that the value = expected?
You can use func NotEmpty, remember that Terratest is just a wrapper of Golang.