Rename multiple packages to OpenTofu (addrs, backend, command) (#506)

This commit is contained in:
Yaron Yarimi
2023-09-21 15:38:46 +03:00
committed by GitHub
parent d7cc74d9e2
commit 487d9bc6a4
180 changed files with 966 additions and 966 deletions

View File

@@ -59,7 +59,7 @@ func (v *StateLockerJSON) Locking() {
json_data := map[string]string{
"@level": "info",
"@message": "Acquiring state lock. This may take a few moments...",
"@module": "opentf.ui",
"@module": "tofu.ui",
"@timestamp": current_timestamp,
"type": "state_lock_acquire"}
@@ -73,7 +73,7 @@ func (v *StateLockerJSON) Unlocking() {
json_data := map[string]string{
"@level": "info",
"@message": "Releasing state lock. This may take a few moments...",
"@module": "opentf.ui",
"@module": "tofu.ui",
"@timestamp": current_timestamp,
"type": "state_lock_release"}