fenikks/terragrunt-plan-all
Create a Terraform plan
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to the Terraform configuration | no | . |
| tg_version | Required Terragrunt version | no | 0.52.4 |
| tf_version | Required Terraform version | no | 1.5.7 |
| parallelism | Limit the number of concurrent operations | no | 0 |
| label | A friendly name for this plan | no | "" |
| add_github_comment | Add the plan to a GitHub PR | no | true |
| destroy | Create a plan to destroy all resources | no | false |
| create_cache_folder_in_workspace | Create a cache folder in the workspace | no | false |
| cache_folder | Cache folder name | no | .terragrunt-cache |
| use_tf_plugin_cache_folder | If set to true, the variable TF_PLUGIN_CACHE_DIR will be enabled | no | false |
| tf_plugin_cache_folder | Cache folder name for Terraform plugins. Only applicable if use_tf_plugin_cache_folder is set to true | no | tf-plugin-cache |
| tg_cache_folder | Cache folder name for Terragrunt | no | tg-cache |
Outputs
no outputs