testInputVariables is an intermediate [SymbolTable] implementation dealing with symbols under "resource.ANYTHING.", "data.ANYTHING.", "ephemeral.ANYTHING.", and "ANYTHING.".
| 304 | // with symbols under "resource.ANYTHING.", "data.ANYTHING.", |
| 305 | // "ephemeral.ANYTHING.", and "ANYTHING.". |
| 306 | type testResourcesOfType struct { |
| 307 | mode addrs.ResourceMode |
| 308 | typeName string |
| 309 | allResources map[addrs.Resource]*testResource |
| 310 | } |
| 311 | |
| 312 | var _ exprs.SymbolTable = (*testResourcesOfType)(nil) |
| 313 |
nothing calls this directly
no outgoing calls
no test coverage detected