PreviewStep(value)
The possible steps a preview may be running.
Values:
PREVIEW_STEP_UNSPECIFIED (0):
Unspecified preview step.
PREPARING_STORAGE_BUCKET (1):
Infra Manager is creating a Google Cloud
Storage bucket to store artifacts and metadata
about the preview.
DOWNLOADING_BLUEPRINT (2):
Downloading the blueprint onto the Google
Cloud Storage bucket.
RUNNING_TF_INIT (3):
Initializing Terraform using terraform init
.
RUNNING_TF_PLAN (4):
Running terraform plan
.
FETCHING_DEPLOYMENT (5):
Fetching a deployment.
LOCKING_DEPLOYMENT (6):
Locking a deployment.
UNLOCKING_DEPLOYMENT (7):
Unlocking a deployment.
SUCCEEDED (8):
Operation was successful.
FAILED (9):
Operation failed.