You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add is_prebuild_claim to distinguish post-claim provisioning (#17757)
Used in combination with
coder/terraform-provider-coder#396
This is required by both #17475 and
#17571
Operators may need to conditionalize their templates to perform certain
operations once a prebuilt workspace has been claimed. This value will
**only** be set once a claim takes place and a subsequent `terraform
apply` occurs. Any `terraform apply` runs thereafter will be
indistinguishable from a normal run on a workspace.
---------
Signed-off-by: Danny Kopping <dannykopping@gmail.com>
0 commit comments