State Management
Overview
Download State Configuration
bricks bp state-config <deployment-slug>Prerequisites
What This Command Does
terraform {
backend "http" {
address = "https://api.bluebricks.co/api/v1/deployments/<uuid>/state"
lock_address = "https://api.bluebricks.co/api/v1/deployments/<uuid>/lock"
unlock_address = "https://api.bluebricks.co/api/v1/deployments/<uuid>/lock"
username = "<deployment-uuid>"
password = "<jwt-token>"
}
}Working with Remote State
Initialize Backend
View Current State
Run Commands
Example Workflow
Use Cases
Important Notes
See also
Last updated
Was this helpful?

