climpr/Deploy Landing Zone
This workflow deploys and decommissions Landing Zones.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 17, 2026
- License
- GPL 3.0
Pinned Snippet
uses: climpr/deploy-landing-zone@9616d2f53c0ac9dd0d579be8a51c965e3324939c # v1.2.4tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| solution-path | Path to the Climpr Landing Zones solution directory. | yes | — |
| landing-zone-path | Landing Zone directory path. | yes | — |
| archetypes-path | Archetypes path. | yes | — |
| root-landing-zones-path | Root path for all Landing Zones. | yes | — |
| decommissioned-landing-zones-path | Root path for all decommissioned Landing Zones. | yes | — |
| az-ps-version | The version of Az PS modules to install. | no | latest |
| bicep-version | The version of Bicep to install. Use "latest" to install the latest version or specify a version number. If not specified, the default is "default", which uses the version bundled with the Az PowerShell module. | no | default |
| github-token | The token for the GitHub app that is allowed to create and update repositories in the organization. | yes | — |
Outputs
| name | description |
|---|---|
| new-landing-zone-path | The new Landing Zone directory path |