Support hooks per-provisioning layer.
We have gotten a few asks about it:
What this could look like:
infra:
layers:
- name: base
path: ./infra/base
hooks:
preprovision:
shell: sh
run: ./infra/hooks/preprovision.sh
- name: identity
path: ./infra/identity
hooks:
preprovision:
shell: sh
run: ./infra/hooks/preprovision.sh
Support hooks per-provisioning layer.
We have gotten a few asks about it:
What this could look like: