feat(action): initial import

This commit is contained in:
Julien Dessaux 2025-04-09 21:40:05 +02:00
commit 1e8add815a
Signed by: adyxax
GPG key ID: F92E51B86E07177E
4 changed files with 371 additions and 0 deletions

13
README.md Normal file
View file

@ -0,0 +1,13 @@
# Forgejo action for running OpenTofu tests on AWS
This repository contains an action that will run formatting and linting checks
as well as tofu tests on the repository of an OpenTofu module.
## Usage example
``` yaml
- uses: "https://git.adyxax.org/adyxax/action-tofu-test@1.1.1"
with:
aws-access-key-id: "${{ vars.AWS_ACCESS_KEY_ID }}"
aws-access-key-secret: "${{ secrets.AWS_ACCESS_KEY_SECRET }}"
```