(content *hcl.BodyContent, blockLabels []blockLabel)
| 1612 | } |
| 1613 | |
| 1614 | func (s *TransformFuncSpec) sourceRange(content *hcl.BodyContent, blockLabels []blockLabel) hcl.Range { |
| 1615 | // We'll just pass through our wrapped range here, even though that's |
| 1616 | // not super-accurate, because there's nothing better to return. |
| 1617 | return s.Wrapped.sourceRange(content, blockLabels) |
| 1618 | } |
| 1619 | |
| 1620 | // RefineValueSpec is a spec that wraps another and applies a fixed set of [cty] |
| 1621 | // value refinements to whatever value it produces. |