mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Adapt user-facing usages of terraform in internal/refactoring
(#125)
This commit is contained in:
parent
508c4613f5
commit
5fa28ede2c
@ -228,7 +228,7 @@ func validateMoveStatementGraph(g *dag.AcyclicGraph) tfdiags.Diagnostics {
|
||||
tfdiags.Error,
|
||||
"Self reference in move statements",
|
||||
fmt.Sprintf(
|
||||
"The move statement %s refers to itself the move dependency graph, which is invalid. This is a bug in Terraform; please report it!",
|
||||
"The move statement %s refers to itself the move dependency graph, which is invalid. This is a bug in OpenTF; please report it!",
|
||||
src.(*MoveStatement).Name(),
|
||||
),
|
||||
))
|
||||
|
Loading…
Reference in New Issue
Block a user