(content *hcl.BodyContent)
| 65 | // from the EvalContext, to declare which variables they need. |
| 66 | type specNeedingVariables interface { |
| 67 | variablesNeeded(content *hcl.BodyContent) []hcl.Traversal |
| 68 | } |
| 69 | |
| 70 | // UnknownBody can be optionally implemented by an hcl.Body instance which may |
no outgoing calls
no test coverage detected