You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
func (ctx*BuiltinEvalContext) ReferencableDeprecationMessage(m addrs.Module, x addrs.Referenceable) (string, bool) {
626
626
// TODO: We want to make this available in node_resource_validation, therefore we want to talk about config objects, the referencable should somehow contain the config object, how do we get it out?
627
-
fmt.Printf("\n\t XXX T --> %#v \n", x)
628
627
ifmcio, ok:=x.(addrs.ModuleCallInstanceOutput); ok {
629
628
cov:= addrs.ConfigOutputValue{
630
629
Module: m.Child(mcio.Call.Call.Name),
@@ -633,8 +632,6 @@ func (ctx *BuiltinEvalContext) ReferencableDeprecationMessage(m addrs.Module, x
0 commit comments