https://github.com/datadrivers/terragrunt-action
Opinionated Workflow to run Terraform or Terragrunt
https://github.com/datadrivers/terragrunt-action
github-actions terraform
Last synced: about 1 month 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-02-18T16:45:18.000Z (3 months ago)
- Last Synced: 2026-02-18T20:09:02.711Z (3 months ago)
- Topics: github-actions, terraform
- Language: Shell
- Homepage:
- Size: 164 KB
- Stars: 7
- Watchers: 5
- 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/).