jaredzieche/Terragrunt Directory Check
Check files to determine paths for running infrastructure deployments via Terragrunt.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| files | Files to inspect in order to make a decision on deployment. ulti-line input, or string ["item1", "item2"] formats. | yes | — |
| base-directory | The base directory relative to the repo root from which to capture paths | yes | src/terraform |
| base_directory | The base directory relative to the repo root from which to capture paths | yes | src/terraform |
| providers | Types of terraform providers to capture | yes | aws |
| environments | What are the names of the environments to check for | yes | sbx |
| regions | What are the available regions to deploy in | yes | us-west-1 |
| resource_groups | Regex patterns to match that determines which directories terragrunt can be executed from | yes | cluster |
| global_files | List of paths to files that effect all environments. Can be written as ["item1", "item2"] or as a multi-line input using | no | — |
Outputs
| name | description |
|---|---|
| matrix | JSON formatted string for an include matrix that will be used to generate jobs. |