Resource: Preview
A preview represents a set of actions Infra Manager would perform to move the resources towards the desired state as specified in the configuration.
JSON representation |
---|
{ "name": string, "createTime": string, "labels": { string: string, ... }, "state": enum ( |
Fields | |
---|---|
name |
Identifier. Resource name of the preview. Resource name can be user provided or server generated ID if unspecified. Format: |
create |
Output only. Time the preview was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
labels |
Optional. User-defined labels for the preview. An object containing a list of |
state |
Output only. Current state of the preview. |
deployment |
Optional. Optional deployment reference. If specified, the preview will be performed using the provided deployment's current state and use any relevant fields from the deployment unless explicitly specified in the preview create request. |
preview |
Optional. Current mode of preview. |
service |
Required. User-specified Service Account (SA) credentials to be used when previewing resources. Format: |
error |
Output only. Code describing any errors that may have occurred. |
error |
Output only. Additional information regarding the current state. |
build |
Output only. Cloud Build instance UUID associated with this preview. |
tf |
Output only. Summary of errors encountered during Terraform preview. It has a size limit of 10, i.e. only top 10 errors will be summarized here. |
error |
Output only. Link to tf-error.ndjson file, which contains the full list of the errors encountered during a Terraform preview. Format: |
preview |
Output only. Artifacts from preview. |
logs |
Output only. Location of preview logs in |
tf |
Output only. The current Terraform version set on the preview. It is in the format of "Major.Minor.Patch", for example, "1.3.10". |
annotations |
Optional. Arbitrary key-value metadata storage e.g. to help client tools identifiy preview during automation. See https://google.aip.dev/148#annotations for details on format and size limitations. An object containing a list of |
Union field blueprint . Blueprint to preview. blueprint can be only one of the following: |
|
terraform |
The terraform blueprint to preview. |
artifacts |
Optional. User-defined location of Cloud Build logs, artifacts, and in Google Cloud Storage. Format: |
worker |
Optional. The user-specified Worker Pool resource in which the Cloud Build job will execute. Format projects/{project}/locations/{location}/workerPools/{workerPoolId} If this field is unspecified, the default Cloud Build worker pool will be used. If omitted and deployment resource ref provided has workerPool defined, that worker pool is used. |
tf |
Optional. The user-specified Terraform version constraint. Example: "=1.3.10". |
State
Possible states of a preview.
Enums | |
---|---|
STATE_UNSPECIFIED |
The default value. This value is used if the state is unknown. |
CREATING |
The preview is being created. |
SUCCEEDED |
The preview has succeeded. |
APPLYING |
The preview is being applied. |
STALE |
The preview is stale. A preview can become stale if a revision has been applied after this preview was created. |
DELETING |
The preview is being deleted. |
FAILED |
The preview has encountered an unexpected error. |
DELETED |
The preview has been deleted. |
PreviewMode
Preview mode provides options for customizing preview operations.
Enums | |
---|---|
PREVIEW_MODE_UNSPECIFIED |
Unspecified policy, default mode will be used. |
DEFAULT |
DEFAULT mode generates an execution plan for reconciling current resource state into expected resource state. |
DELETE |
DELETE mode generates as execution plan for destroying current resources. |
ErrorCode
Possible errors that can occur with previews.
Enums | |
---|---|
ERROR_CODE_UNSPECIFIED |
No error code was specified. |
CLOUD_BUILD_PERMISSION_DENIED |
Cloud Build failed due to a permissions issue. |
BUCKET_CREATION_PERMISSION_DENIED |
Cloud Storage bucket failed to create due to a permissions issue. |
BUCKET_CREATION_FAILED |
Cloud Storage bucket failed for a non-permissions-related issue. |
DEPLOYMENT_LOCK_ACQUIRE_FAILED |
Acquiring lock on provided deployment reference failed. |
PREVIEW_BUILD_API_FAILED |
Preview encountered an error when trying to access Cloud Build API. |
PREVIEW_BUILD_RUN_FAILED |
Preview created a build but build failed and logs were generated. |
PreviewArtifacts
Artifacts created by preview.
JSON representation |
---|
{ "content": string, "artifacts": string } |
Fields | |
---|---|
content |
Output only. Location of a blueprint copy and other content in Google Cloud Storage. Format: |
artifacts |
Output only. Location of artifacts in Google Cloud Storage. Format: |
Methods |
|
---|---|
|
Creates a Preview . |
|
Deletes a Preview . |
|
Export Preview results. |
|
Gets details about a Preview . |
|
Lists Preview s in a given project and location. |