DeploymentStep(value)
The possible steps a deployment may be running.
Enums |
|
---|---|
Name | Description |
DEPLOYMENT_STEP_UNSPECIFIED |
Unspecified deployment step |
PREPARING_STORAGE_BUCKET |
Infra Manager is creating a Google Cloud Storage bucket to store artifacts and metadata about the deployment and revision |
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` |
RUNNING_TF_APPLY |
Actuating resources using Terraform using `terraform apply` |
RUNNING_TF_DESTROY |
Destroying resources using Terraform using `terraform destroy` |
RUNNING_TF_VALIDATE |
Validating the uploaded TF state file when unlocking a deployment |
UNLOCKING_DEPLOYMENT |
Unlocking a deployment |
SUCCEEDED |
Operation was successful |
FAILED |
Operation failed |
VALIDATING_REPOSITORY |
Validating the provided repository. |
RUNNING_QUOTA_VALIDATION |
Running quota validation |