GitHub Actions

Introduction
Set of GitHub Actions for DevOps and Infra projects.
Mostly for working with Terraform and Terragrunt.
Actions
action-commit-push
GitHub Action that will create a new commit and push it to the repository.
action-format-hcl
GitHub Action automatically formatting all HCL and TF files.
action-pull-request
GitHub Action that will create a pull request from the current branch
action-terraform-copy-vars
GitHub Action automatically copying variables’ definitions from a single file to many modules.
action-terraform-validate
GitHub Action that will run terraform validate.
action-tflint
GitHub Action that will run TFlint on Terraform files.