mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-29 10:21:01 -06:00
fix typo
fix typo
This commit is contained in:
parent
84d8b28b40
commit
7a6aa1292f
@ -59,7 +59,7 @@ func (t *AttachStateTransformer) Transform(g *Graph) error {
|
|||||||
|
|
||||||
if !found {
|
if !found {
|
||||||
log.Printf(
|
log.Printf(
|
||||||
"[DEBUG] Resource state not foudn for %q: %s",
|
"[DEBUG] Resource state not found for %q: %s",
|
||||||
dag.VertexName(v), addr)
|
dag.VertexName(v), addr)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user