mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
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:
@@ -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"}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user