mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-28 01:41:48 -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 {
|
||||
log.Printf(
|
||||
"[DEBUG] Resource state not foudn for %q: %s",
|
||||
"[DEBUG] Resource state not found for %q: %s",
|
||||
dag.VertexName(v), addr)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user