mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Assert that NodeRootVariable implements Execute (#1857)
Signed-off-by: Jon Johnson <jon.johnson@chainguard.dev>
This commit is contained in:
parent
ba22acc00a
commit
a003782fec
@ -31,6 +31,7 @@ type NodeRootVariable struct {
|
||||
}
|
||||
|
||||
var (
|
||||
_ GraphNodeExecutable = (*NodeRootVariable)(nil)
|
||||
_ GraphNodeModuleInstance = (*NodeRootVariable)(nil)
|
||||
_ GraphNodeReferenceable = (*NodeRootVariable)(nil)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user