terraform: test to verify config variables are variables

This commit is contained in:
Mitchell Hashimoto 2015-05-01 10:56:46 -07:00
parent 3bfef7c374
commit e542d6efdf
1 changed files with 1 additions and 0 deletions

View File

@ -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)
}