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