Adapt user-facing usages of terraform in internal/refactoring (#125)

This commit is contained in:
Marcin Wyszynski 2023-08-23 12:07:11 +02:00 committed by GitHub
parent 508c4613f5
commit 5fa28ede2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(),
),
))