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

ActuationOutput

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

Message for output of Actuation

interface ActuationOutput {
actuateLogs?: string;
readonly ansibleError?: string;
readonly ansibleFailedTask?: string[];
blueprintId?: string;
cloudbuildId?: string;
readonly errorCode?:
| "ERROR_CODE_UNSPECIFIED"
| "TERRAFORM_FAILED"
| "PERMISSION_DENIED_IN_TERRAFORM"
| "QUOTA_EXCEED_IN_TERRAFORM"
| "ANSIBLE_FAILED"
| "CONSTRAINT_VIOLATION_IN_TERRAFORM"
| "RESOURCE_ALREADY_EXISTS_IN_TERRAFORM"
| "RESOURCE_UNAVAILABLE_IN_TERRAFORM"
| "PERMISSION_DENIED_IN_ANSIBLE"
| "INVALID_SECRET_IN_ANSIBLE"
| "TERRAFORM_DELETION_FAILED"
| "RESOURCE_IN_USE_IN_TERRAFORM_DELETION"
| "ANSIBLE_START_FAILED";
errorLogs?: string;
readonly hasUserFacingErrorMsg?: boolean;
readonly terraformError?: string;
terraformTemplate?: string;
}

§Properties

§
actuateLogs?: string
[src]

A link to gcs file that store build logs

§
readonly ansibleError?: string
[src]

Output only. error message return from ansible.

§
readonly ansibleFailedTask?: string[]
[src]

Output only. failed task name return from ansible.

§
blueprintId?: string
[src]

reference to Blueprint Controller deployment and revision resource

§
cloudbuildId?: string
[src]

Cloud Build instance UUID associated with this revision, without any suffix or prefix

§
readonly errorCode?: "ERROR_CODE_UNSPECIFIED" | "TERRAFORM_FAILED" | "PERMISSION_DENIED_IN_TERRAFORM" | "QUOTA_EXCEED_IN_TERRAFORM" | "ANSIBLE_FAILED" | "CONSTRAINT_VIOLATION_IN_TERRAFORM" | "RESOURCE_ALREADY_EXISTS_IN_TERRAFORM" | "RESOURCE_UNAVAILABLE_IN_TERRAFORM" | "PERMISSION_DENIED_IN_ANSIBLE" | "INVALID_SECRET_IN_ANSIBLE" | "TERRAFORM_DELETION_FAILED" | "RESOURCE_IN_USE_IN_TERRAFORM_DELETION" | "ANSIBLE_START_FAILED"
[src]

Output only. Code describing any errors that may have occurred. If not specified, there is no error in actuation.

§
errorLogs?: string
[src]

A link to actuation cloud build log.

§
readonly hasUserFacingErrorMsg?: boolean
[src]

Output only. whether the error message is user facing. If true, the error message will be shown in the UI.

§
readonly terraformError?: string
[src]

Output only. error message return from terraform.

§
terraformTemplate?: string
[src]

reference to terraform template used