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

Provision

import type { Provision } from "https://googleapis.deno.dev/v1/saasservicemgmt:v1beta1.ts";

Provision is the unit operation that provision the underlying resources represented by a Unit. Can only execute if the Unit is not currently provisioned.

interface Provision {
inputVariables?: UnitVariable[];
release?: string;
}

§Properties

§
inputVariables?: UnitVariable[]
[src]

Optional. Set of input variables. Maximum 100. (optional)

§
release?: string
[src]

Optional. Reference to the Release object to use for the Unit. (optional).