Refactor CI/CD setup: streamline Python package installations and add bcrypt hashing for email credentials

This commit is contained in:
2025-04-24 19:15:04 +02:00
parent 4b8ad821b4
commit 5253d4dd41
10 changed files with 69 additions and 17 deletions
@@ -8,3 +8,8 @@ runs:
uses: hashicorp/setup-terraform@v1
with:
terraform_version: 1.10.5
- name: Install required python packages
shell: bash
run: |
python3 -m pip install -r requirements/terraform.txt