Reference documentation and code samples for the Infrastructure Manager V1 API module Google::Cloud::ConfigService::V1::PreviewOperationMetadata::PreviewStep.
The possible steps a preview may be running.
Constants
PREVIEW_STEP_UNSPECIFIED
value: 0
Unspecified preview step.
PREPARING_STORAGE_BUCKET
value: 1
Infra Manager is creating a Google Cloud Storage bucket to store
artifacts and metadata about the preview.
DOWNLOADING_BLUEPRINT
value: 2
Downloading the blueprint onto the Google Cloud Storage bucket.
RUNNING_TF_INIT
value: 3
Initializing Terraform using terraform init
.
RUNNING_TF_PLAN
value: 4
Running terraform plan
.
FETCHING_DEPLOYMENT
value: 5
Fetching a deployment.
LOCKING_DEPLOYMENT
value: 6
Locking a deployment.
UNLOCKING_DEPLOYMENT
value: 7
Unlocking a deployment.
SUCCEEDED
value: 8
Operation was successful.
FAILED
value: 9
Operation failed.
VALIDATING_REPOSITORY
value: 10
Validating the provided repository.