Deployment
import type { Deployment } from "https://googleapis.deno.dev/v1/workloadmanager:v1.ts";The Deployment object represents user intent for deploying a specific type of workload.
§Properties
The name of deployment resource. The format will be 'projects/{project_id}/locations/{location_id}/deployments/{deployment_id}'
SAP system workload input
User-specified Service Account (SA) credentials to be used for cloud build
Format: projects/{projectID}/serviceAccounts/{serviceAccount} The default
Cloud Build SA will be used initially if this field is not set during
deployment creation
MS SQL workload input
Output only. Current state of the deployment.
Optional. terraform_variables represents all the Terraform variables for the deployment workload. The key is the name of the Terraform variable, and the value is the TerraformVariable. For example: { "project_id": { "input_value": { "string_value": "my-project-id" } }, "zone": { "input_value": { "string_value": "us-central1-a" } } }