No description
This repository has been archived on 2026-05-02. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2026-04-19 23:54:29 +02:00
action.yaml feat(action): add a git configuration step to fetch ssh module sources over https 2026-04-19 23:54:29 +02:00
CHANGELOG.md feat(action): add a git configuration step to fetch ssh module sources over https 2026-04-19 23:54:29 +02:00
LICENSE feat(action): initial import 2025-04-11 11:11:24 +02:00
README.md feat(action): add a git configuration step to fetch ssh module sources over https 2026-04-19 23: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.org/action-tofu-aws-test@2.1.0"
  with:
    aws-access-key-id: "${{ vars.AWS_ACCESS_KEY_ID }}"
    aws-access-key-secret: "${{ secrets.AWS_ACCESS_KEY_SECRET }}"