Add OpenTofu setup action and update workflows for OpenTofu integration

This commit is contained in:
2025-04-25 16:40:39 +02:00
parent e9c492d149
commit eaf344f159
3 changed files with 10 additions and 7 deletions
@@ -0,0 +1,15 @@
name: Setup OpenTofu Environment
description: Prepare the environment for A13labs CI/CD pipelines
runs:
using: "composite"
steps:
- name: Setup OpenTofu
uses: opentofu/setup-opentofu@v1
with:
terraform_version: 1.9.1
- name: Install required python packages
shell: bash
run: |
python3 -m pip install -r requirements/opentofu.txt