mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
Rename terraform to tofu in GoString method and docstrings (#576)
Signed-off-by: Dmitry Kisler <admin@dkisler.com>
This commit is contained in:
@@ -5,7 +5,7 @@ package tfdiags
|
||||
|
||||
// Sourceless creates and returns a diagnostic with no source location
|
||||
// information. This is generally used for operational-type errors that are
|
||||
// caused by or relate to the environment where Terraform is running rather
|
||||
// caused by or relate to the environment where OpenTofu is running rather
|
||||
// than to the provided configuration.
|
||||
func Sourceless(severity Severity, summary, detail string) Diagnostic {
|
||||
return diagnosticBase{
|
||||
|
||||
Reference in New Issue
Block a user