DeploymentStep(value)
The possible steps a deployment may be running.
Values:
DEPLOYMENT_STEP_UNSPECIFIED (0):
Unspecified deployment step
PREPARING_STORAGE_BUCKET (1):
Infra Manager is creating a Google Cloud
Storage bucket to store artifacts and metadata
about the deployment and revision
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
RUNNING_TF_APPLY (5):
Actuating resources using Terraform using
terraform apply
RUNNING_TF_DESTROY (6):
Destroying resources using Terraform using
terraform destroy
RUNNING_TF_VALIDATE (7):
Validating the uploaded TF state file when
unlocking a deployment
UNLOCKING_DEPLOYMENT (8):
Unlocking a deployment
SUCCEEDED (9):
Operation was successful
FAILED (10):
Operation failed