From 8fce593c9dd53ccd5b36f1c0e6faabb360fabcb1 Mon Sep 17 00:00:00 2001 From: RLRabinowitz Date: Tue, 22 Aug 2023 16:18:57 +0300 Subject: [PATCH] Change Terraform to OpenTF in comment regarding the program --- internal/dag/marshal.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/dag/marshal.go b/internal/dag/marshal.go index 31d0dc8336..2b76f12fc8 100644 --- a/internal/dag/marshal.go +++ b/internal/dag/marshal.go @@ -179,7 +179,7 @@ func marshalVertexID(v Vertex) string { return VertexName(v) // we could try harder by attempting to read the arbitrary value from the - // interface, but we shouldn't get here from terraform right now. + // interface, but we shouldn't get here from OpenTF right now. } // check for a Subgrapher, and return the underlying *Graph.