ryanwholey/Load Remote tflint Config
Loads a remote tflint config to a local action workspace
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source_repo | The remote repository containing the tflint config | yes | — |
| source_path | The config filepath within the source repo | — | .tflint.hcl |
| source_repo_branch | Branch of the remote repository to target | — | main |
| clone_directory_root | Root directory to clone the source repository into | — | /tmp |
| destination_filename | Name of the configuration file to be written | — | .tflint.hcl |
| token | Github access token, required for private repositories | — | — |
Outputs
| name | description |
|---|---|
| filename | Filename of the copied tflint configuration |