MCPcopy
hub / github.com/opentofu/opentofu / testModuleInstance

Struct testModuleInstance

internal/lang/exprs/example_test.go:88–91  ·  view source on GitHub ↗

testResource represents a module instance, implementing [Scope].

Source from the content-addressed store, hash-verified

86
87// testResource represents a module instance, implementing [Scope].
88type testModuleInstance struct {
89 variables map[addrs.InputVariable]*testInputVariable
90 resources map[addrs.Resource]*testResource
91}
92
93var _ exprs.Scope = (*testModuleInstance)(nil)
94

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected