mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
config: comply to reflectwalk interface
This commit is contained in:
parent
997724dc57
commit
e502bf6ba9
@ -115,6 +115,10 @@ func (w *variableReplaceWalker) Exit(loc reflectwalk.Location) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (w *variableReplaceWalker) Map(reflect.Value) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (w *variableReplaceWalker) MapElem(m, k, v reflect.Value) error {
|
||||
w.m = m
|
||||
w.mk = k
|
||||
|
Loading…
Reference in New Issue
Block a user