This commit is contained in:
Tomás Limpinho
2025-08-18 19:44:52 +01:00
parent efe55e5d21
commit f202e105cf
9 changed files with 89 additions and 1 deletions

View File

@ -15,4 +15,13 @@ jobs:
apt-get update -y
- name: Cloning iac repository
uses: actions/checkout@v4
uses: actions/checkout@v4
- name: Init OpenTofu
run: tofu init
- name: Plan
run: tofu plan -out=tfplan
- name: Apply
run: tofu apply -auto-approve tfplan