Change Terraform to OpenTF in comment regarding the program

This commit is contained in:
RLRabinowitz 2023-08-22 16:18:57 +03:00
parent 0cb5befc33
commit 8fce593c9d

View File

@ -179,7 +179,7 @@ func marshalVertexID(v Vertex) string {
return VertexName(v) return VertexName(v)
// we could try harder by attempting to read the arbitrary value from the // 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. // check for a Subgrapher, and return the underlying *Graph.