Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/datadrivers/terragrunt-action
Opinionated Workflow to run Terraform or Terragrunt
https://github.com/datadrivers/terragrunt-action
github-actions terraform
Last synced: 27 days ago
JSON representation
Opinionated Workflow to run Terraform or Terragrunt
- Host: GitHub
- URL: https://github.com/datadrivers/terragrunt-action
- Owner: datadrivers
- Created: 2022-02-04T13:08:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T06:53:26.000Z (2 months ago)
- Last Synced: 2024-09-28T11:23:32.690Z (about 1 month ago)
- Topics: github-actions, terraform
- Homepage:
- Size: 91.8 KB
- Stars: 6
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README-developer.md
- Changelog: CHANGELOG.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Developer Guidelines
- [Developer Guidelines](#developer-guidelines)
- [Contribute](#contribute)
- [Create release](#create-release)## Contribute
1. Please contribute via feature branches
2. Create an [example](./examples) code and [test coverage](./github/workflows/test.yml) if not already covered
3. Create PR to run tests
4. Merge after approval## Create release
Automated on push to `main` branch and relys on [conventional commits](https://www.
conventionalcommits.org/en/v1.0.0/).