PreviewStep(value)
The possible steps a preview may be running.
Enums |
|
---|---|
Name | Description |
PREVIEW_STEP_UNSPECIFIED |
Unspecified preview step. |
PREPARING_STORAGE_BUCKET |
Infra Manager is creating a Google Cloud Storage bucket to store artifacts and metadata about the preview. |
DOWNLOADING_BLUEPRINT |
Downloading the blueprint onto the Google Cloud Storage bucket. |
RUNNING_TF_INIT |
Initializing Terraform using `terraform init`. |
RUNNING_TF_PLAN |
Running `terraform plan`. |
FETCHING_DEPLOYMENT |
Fetching a deployment. |
LOCKING_DEPLOYMENT |
Locking a deployment. |
UNLOCKING_DEPLOYMENT |
Unlocking a deployment. |
SUCCEEDED |
Operation was successful. |
FAILED |
Operation failed. |
VALIDATING_REPOSITORY |
Validating the provided repository. |