Update user-facing references to Terraform in internal/command/views (#88)

* Update `internal/command/views`

Signed-off-by: Marcin Białoń <mbialon@spacelift.io>

* fix tests

Signed-off-by: Marcin Białoń <mbialon@spacelift.io>

* Fix some tests.

Signed-off-by: Jakub Martin <kubam@spacelift.io>

* Fix some tests.

Signed-off-by: Jakub Martin <kubam@spacelift.io>

* update tests golden files

Signed-off-by: Marcin Białoń <mbialon@spacelift.io>

* Fix tests

Signed-off-by: Marcin Białoń <mbialon@spacelift.io>

* Fix tests

Signed-off-by: Marcin Białoń <mbialon@spacelift.io>

* Fix tests

Signed-off-by: Marcin Białoń <mbialon@spacelift.io>

---------

Signed-off-by: Marcin Białoń <mbialon@spacelift.io>
Signed-off-by: Jakub Martin <kubam@spacelift.io>
Co-authored-by: Jakub Martin <kubam@spacelift.io>
This commit is contained in:
Marcin Białoń
2023-08-23 14:49:37 +02:00
committed by GitHub
parent 0774b3d4d1
commit 34b3043be4
21 changed files with 191 additions and 191 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": "terraform.ui",
"@module": "opentf.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": "terraform.ui",
"@module": "opentf.ui",
"@timestamp": current_timestamp,
"type": "state_lock_release"}