terraform: test to verify config variables are variables
This commit is contained in:
parent
3bfef7c374
commit
e542d6efdf
|
@ -112,4 +112,5 @@ func TestGraphNodeConfigVariable_impl(t *testing.T) {
|
|||
var _ dag.Vertex = new(GraphNodeConfigVariable)
|
||||
var _ dag.NamedVertex = new(GraphNodeConfigVariable)
|
||||
var _ graphNodeConfig = new(GraphNodeConfigVariable)
|
||||
var _ GraphNodeVariable = new(GraphNodeConfigVariable)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue