Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/userbradley/action-install-terragrunt
GitHub action to Install Terragrunt
https://github.com/userbradley/action-install-terragrunt
Last synced: 28 days ago
JSON representation
GitHub action to Install Terragrunt
- Host: GitHub
- URL: https://github.com/userbradley/action-install-terragrunt
- Owner: userbradley
- License: mit
- Created: 2023-06-21T12:34:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-08T16:53:14.000Z (4 months ago)
- Last Synced: 2024-11-14T08:37:02.199Z (about 1 month ago)
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Install Terragrunt GitHub Action
## How to use
```yaml
name: Terragrunt
on:
push:
branches:
- main
jobs:
job_id:
runs-on: ubuntu-latest
name: Terragrunt
steps:
- name: Terragrunt Install
uses: userbradley/[email protected]
```
## Inputs| Name | Description | Required | Default Value |
|-----------|------------------------------------------------|----------|---------------|
| `version` | Version of Terragrunt that should be installed | `false` | `v0.54.12` |## Examples
### Set version
```yaml
name: Terragrunt
on:
push:
branches:
- main
jobs:
job_id:
runs-on: ubuntu-latest
name: Terragrunt
steps:
- name: Terragrunt Install
uses: userbradley/[email protected]
with:
version: "v0.51.6"
```## License
[MIT](LICENSE)