No description
Find a file
2025-09-30 21:54:29 +02:00
action.yaml chore(action): update the repsitory naming scheme 2025-09-09 11:25:28 +02:00
CHANGELOG.md chore(action): update the repsitory naming scheme 2025-09-09 11:25:28 +02:00
LICENSE feat(action): initial import 2025-04-11 11:11:24 +02:00
README.md doc(action): fix README 2025-09-30 21:54:29 +02:00

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

- uses: "https://git.adyxax.org/adyxax/action-tofu-aws-test@2.0.0"
  with:
    aws-access-key-id: "${{ vars.AWS_ACCESS_KEY_ID }}"
    aws-access-key-secret: "${{ secrets.AWS_ACCESS_KEY_SECRET }}"