Difference between revisions of "Error: Error acquiring the state lock"

From wikieduonline
Jump to navigation Jump to search
Line 18: Line 18:
 
  │ flag, but this is not recommended.
 
  │ flag, but this is not recommended.
  
 +
Acquiring state lock. This may take a few moments...
 +
 +
│ Error: Error acquiring the state lock
 +
 +
│ Error message: 2 errors occurred:
 +
│      * ResourceNotFoundException: Requested resource not found
 +
│      * ResourceNotFoundException: Requested resource not found
 +
 +
 +
 +
│ Terraform acquires a state lock to protect the state from being written
 +
│ by multiple users at the same time. Please resolve the issue above and try
 +
│ again. For most commands, you can disable locking with the "-lock=false"
 +
│ flag, but this is not recommended.
 +
  
  
Line 27: Line 42:
 
* <code>[[terraform plan -lock=false]]</code>
 
* <code>[[terraform plan -lock=false]]</code>
 
* <code>[[terraform force-unlock]]</code>
 
* <code>[[terraform force-unlock]]</code>
 +
* <code>[[terraform validate]]</code>
 +
* <code>[[terraform apply]]</code>
 +
* [[Error: Invalid multi-line string]]
 +
* [[Error: Missing newline after argument]]
 +
* [[Error: Invalid block definition]]
 +
* [[Error: Argument or block definition required]]
 +
* [[No changes. Infrastructure is up-to-date]]
  
 
== See also ==
 
== See also ==

Revision as of 22:53, 6 June 2022

Error: Error acquiring the state lock
│
│ Error message: resource temporarily unavailable
│ Lock Info:
│   ID:        660fed3f-cb8b-d3e4-7eec-7ea4f583435c
│   Path:      terraform.tfstate
│   Operation: OperationTypeApply
│   Who:       root@XXXX
│   Version:   1.0.4
│   Created:   2021-09-08 10:32:49.0632977 +0000 UTC
│   Info:
│
│
│ Terraform acquires a state lock to protect the state from being written
│ by multiple users at the same time. Please resolve the issue above and try
│ again. For most commands, you can disable locking with the "-lock=false"
│ flag, but this is not recommended.
Acquiring state lock. This may take a few moments...
╷
│ Error: Error acquiring the state lock
│
│ Error message: 2 errors occurred:
│       * ResourceNotFoundException: Requested resource not found
│       * ResourceNotFoundException: Requested resource not found
│
│
│
│ Terraform acquires a state lock to protect the state from being written
│ by multiple users at the same time. Please resolve the issue above and try
│ again. For most commands, you can disable locking with the "-lock=false"
│ flag, but this is not recommended.
╵


terraform force-unlock 660fed3f-cb8b-d3e4-7eec-7ea4f583435c
Local state cannot be unlocked by another process


Related commands

See also

Advertising: