Infrastructure Manager V1 API - Module Google::Cloud::ConfigService::V1::DeploymentOperationMetadata::DeploymentStep (v0.1.0)

Reference documentation and code samples for the Infrastructure Manager V1 API module Google::Cloud::ConfigService::V1::DeploymentOperationMetadata::DeploymentStep.

The possible steps a deployment may be running.

Constants

DEPLOYMENT_STEP_UNSPECIFIED

value: 0
Unspecified deployment step

PREPARING_STORAGE_BUCKET

value: 1
Infra Manager is creating a Google Cloud Storage bucket to store artifacts and metadata about the deployment and revision

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

RUNNING_TF_APPLY

value: 5
Actuating resources using Terraform using terraform apply

RUNNING_TF_DESTROY

value: 6
Destroying resources using Terraform using terraform destroy

RUNNING_TF_VALIDATE

value: 7
Validating the uploaded TF state file when unlocking a deployment

UNLOCKING_DEPLOYMENT

value: 8
Unlocking a deployment

SUCCEEDED

value: 9
Operation was successful

FAILED

value: 10
Operation failed