Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

LockInfo

import type { LockInfo } from "https://googleapis.deno.dev/v1/config:v1.ts";

Details about the lock which locked the deployment.

interface LockInfo {
createTime?: Date;
info?: string;
lockId?: bigint;
operation?: string;
version?: string;
who?: string;
}

§Properties

§
createTime?: Date
[src]

Time that the lock was taken.

§
info?: string
[src]

Extra information to store with the lock, provided by the caller.

§
lockId?: bigint
[src]

Unique ID for the lock to be overridden with generation ID in the backend.

§
operation?: string
[src]

Terraform operation, provided by the caller.

§
version?: string
[src]

Terraform version

§
who?: string
[src]

user@hostname when available