InstanceStatePath
A Terraform/OpenTofu state path for a deployment step.
type InstanceStatePath {
stateUrl: String!
stepName: String!
}
Fields
InstanceStatePath.stateUrl ● String! non-null scalar {#state-url}
URL for this step's state on the Massdriver HTTP state backend.
InstanceStatePath.stepName ● String! non-null scalar {#step-name}
The step's path identifier from the bundle definition
Member Of
Instance object