You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The logs emitted by the IaC engine need improvement.
$ terragrunt plan --experimental-engine
15:15:32.835 ERROR tofu: Tofu Initialization started
15:15:32.835 ERROR tofu: Tofu Initialization completed
15:15:32.855 INFO tofu: Initializing the backend...
15:15:32.856 INFO tofu: Initializing provider plugins...
15:15:32.856 INFO tofu: OpenTofu has been successfully initialized!
15:15:32.856 INFO tofu:
15:15:32.856 INFO tofu: You may now begin working with OpenTofu. Try running "tofu plan" to see
15:15:32.856 INFO tofu: any changes that are required for your infrastructure. All OpenTofu commands
15:15:32.856 INFO tofu: should now work.
15:15:32.856 INFO tofu: If you ever set or change modules or backend configuration for OpenTofu,
15:15:32.856 INFO tofu: rerun this command to reinitialize your working directory. If you forget, other
15:15:32.856 INFO tofu: commands will detect it and remind you to do so if necessary.
15:15:32.884 STDOUT tofu: No changes. Your infrastructure matches the configuration.
15:15:32.884 STDOUT tofu: OpenTofu has compared your real infrastructure against your configuration and
15:15:32.884 STDOUT tofu: found no differences, so no changes are needed.
15:15:32.885 ERROR tofu: Tofu Shutdown completed
The logs emitted by the engine should not be set as the ERROR logs if they are not errors, and there should be some disambiguation between engine logging and OpenTofu logging.
Nice to haves
Terminal output
Screenshots
Versions
Terragrunt version: v0.75.2
OpenTofu/Terraform version: v1.9.0
Environment details (Ubuntu 20.04, Windows 10, etc.): macOS
The text was updated successfully, but these errors were encountered:
Describe the bug
The logs emitted by the IaC engine need improvement.
Steps To Reproduce
Expected behavior
The logs emitted by the engine should not be set as the
ERROR
logs if they are not errors, and there should be some disambiguation between engine logging and OpenTofu logging.Nice to haves
Versions
The text was updated successfully, but these errors were encountered: