InstanceStatePath
A Terraform/OpenTofu state path for a single deployment step.
Bundles can define multiple provisioning steps (e.g., core, iam, monitoring).
Each step has its own state file managed by the Massdriver HTTP state backend.
type InstanceStatePath {
stateUrl: String!
stepName: String!
}
Fields
InstanceStatePath.stateUrl ● String! non-null scalar {#state-url}
Full URL for this step's state file on the Massdriver HTTP state backend.
InstanceStatePath.stepName ● String! non-null scalar {#step-name}
The step's path identifier as defined in the bundle's massdriver.yaml.
Member Of
Instance object