Module: Google::Cloud::ConfigService::V1::PreviewOperationMetadata::PreviewStep
- Defined in:
- proto_docs/google/cloud/config/v1/config.rb
Overview
The possible steps a preview may be running.
Constant Summary collapse
- PREVIEW_STEP_UNSPECIFIED =
Unspecified preview step.
0
- PREPARING_STORAGE_BUCKET =
Infra Manager is creating a Google Cloud Storage bucket to store artifacts and metadata about the preview.
1
- DOWNLOADING_BLUEPRINT =
Downloading the blueprint onto the Google Cloud Storage bucket.
2
- RUNNING_TF_INIT =
Initializing Terraform using
terraform init
. 3
- RUNNING_TF_PLAN =
Running
terraform plan
. 4
- FETCHING_DEPLOYMENT =
Fetching a deployment.
5
- LOCKING_DEPLOYMENT =
Locking a deployment.
6
- UNLOCKING_DEPLOYMENT =
Unlocking a deployment.
7
- SUCCEEDED =
Operation was successful.
8
- FAILED =
Operation failed.
9
- VALIDATING_REPOSITORY =
Validating the provided repository.
10