Skip to content

feat: support hooks per provisioning layer #7186

Description

@weikanglim

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

Metadata

Metadata

Assignees

Fields

No fields configured for Feature.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions