Class LockInfo (0.1.9)

LockInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Details about the lock which locked the deployment.

Attributes

NameDescription
lock_id int
Unique ID for the lock to be overridden with generation ID in the backend.
operation str
Terraform operation, provided by the caller.
info str
Extra information to store with the lock, provided by the caller.
who str
user@hostname when available
version str
Terraform version
create_time google.protobuf.timestamp_pb2.Timestamp
Time that the lock was taken.