Merge pull request #52 from opentffoundation/opentf-user-facing-internal-dag

Change Terraform to OpenTF in comment regarding the program
This commit is contained in:
RLRabinowitz 2023-08-23 10:49:26 +03:00 committed by GitHub
commit 58cf4b1ca1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.