MCPcopy
hub / github.com/opentofu/opentofu / testResourcesOfType

Struct testResourcesOfType

internal/lang/exprs/example_test.go:306–310  ·  view source on GitHub ↗

testInputVariables is an intermediate [SymbolTable] implementation dealing with symbols under "resource.ANYTHING.", "data.ANYTHING.", "ephemeral.ANYTHING.", and "ANYTHING.".

Source from the content-addressed store, hash-verified

304// with symbols under "resource.ANYTHING.", "data.ANYTHING.",
305// "ephemeral.ANYTHING.", and "ANYTHING.".
306type testResourcesOfType struct {
307 mode addrs.ResourceMode
308 typeName string
309 allResources map[addrs.Resource]*testResource
310}
311
312var _ exprs.SymbolTable = (*testResourcesOfType)(nil)
313

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected