Reference documentation and code samples for the Infrastructure Manager V1 API module Google::Cloud::Config::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
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Infrastructure Manager V1 API - Module Google::Cloud::Config::V1::DeploymentOperationMetadata::DeploymentStep (v0.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.2.0 (latest)](/ruby/docs/reference/google-cloud-config-v1/latest/Google-Cloud-Config-V1-DeploymentOperationMetadata-DeploymentStep)\n- [0.1.0](/ruby/docs/reference/google-cloud-config-v1/0.1.0/Google-Cloud-Config-V1-DeploymentOperationMetadata-DeploymentStep) \nReference documentation and code samples for the Infrastructure Manager V1 API module Google::Cloud::Config::V1::DeploymentOperationMetadata::DeploymentStep.\n\nThe possible steps a deployment may be running.\n\nConstants\n---------\n\n### DEPLOYMENT_STEP_UNSPECIFIED\n\n**value:** 0 \nUnspecified deployment step\n\n### PREPARING_STORAGE_BUCKET\n\n**value:** 1 \nInfra Manager is creating a Google Cloud Storage bucket to store\nartifacts and metadata about the deployment and revision\n\n### DOWNLOADING_BLUEPRINT\n\n**value:** 2 \nDownloading the blueprint onto the Google Cloud Storage bucket\n\n### RUNNING_TF_INIT\n\n**value:** 3 \nInitializing Terraform using `terraform init`\n\n### RUNNING_TF_PLAN\n\n**value:** 4 \nRunning `terraform plan`\n\n### RUNNING_TF_APPLY\n\n**value:** 5 \nActuating resources using Terraform using `terraform apply`\n\n### RUNNING_TF_DESTROY\n\n**value:** 6 \nDestroying resources using Terraform using `terraform destroy`\n\n### RUNNING_TF_VALIDATE\n\n**value:** 7 \nValidating the uploaded TF state file when unlocking a deployment\n\n### UNLOCKING_DEPLOYMENT\n\n**value:** 8 \nUnlocking a deployment\n\n### SUCCEEDED\n\n**value:** 9 \nOperation was successful\n\n### FAILED\n\n**value:** 10 \nOperation failed"]]