Forgejo workflow for running OpenTofu tests on AWS
Find a file
2026-05-01 17:54:27 +02:00
.forgejo/workflows initial import 2026-05-01 17:54:27 +02:00
CHANGELOG.md initial import 2026-05-01 17:54:27 +02:00
README.md initial import 2026-05-01 17:54:27 +02:00

Forgejo workflow for running OpenTofu tests on AWS

This repository contains a workflow that will run formatting and linting checks as well as tofu tests on the repository of an OpenTofu module.

Usage example

jobs:
  main:
    uses: adyxax.org/workflow-tofu-aws-test/.forgejo/workflows/main.yaml@1.0.0
    with:
      aws-access-key-id: "${{ vars.AWS_ACCESS_KEY_ID }}"
      aws-access-key-secret: "${{ secrets.AWS_ACCESS_KEY_SECRET }}"