Module: Google::Cloud::ConfigService::V1::DeploymentOperationMetadata::DeploymentStep
- Defined in:
- proto_docs/google/cloud/config/v1/config.rb
Overview
The possible steps a deployment may be running.
Constant Summary collapse
- DEPLOYMENT_STEP_UNSPECIFIED =
Unspecified deployment step
0
- PREPARING_STORAGE_BUCKET =
Infra Manager is creating a Google Cloud Storage bucket to store artifacts and metadata about the deployment and revision
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
- RUNNING_TF_APPLY =
Actuating resources using Terraform using
terraform apply
5
- RUNNING_TF_DESTROY =
Destroying resources using Terraform using
terraform destroy
6
- RUNNING_TF_VALIDATE =
Validating the uploaded TF state file when unlocking a deployment
7
- UNLOCKING_DEPLOYMENT =
Unlocking a deployment
8
- SUCCEEDED =
Operation was successful
9
- FAILED =
Operation failed
10
- VALIDATING_REPOSITORY =
Validating the provided repository.
11
- RUNNING_QUOTA_VALIDATION =
Running quota validation
12