Update .gitea/workflows/authentik-apps.yaml

This commit is contained in:
2025-09-16 12:31:54 +00:00
parent 094d80896a
commit 84dcdc343a
+2
View File
@@ -29,10 +29,12 @@ jobs:
- name: Terraform Init
run: terraform init
working-directory: ./terraform/authentik
- name: Terraform Format
run: terraform fmt -check
continue-on-error: true
working-directory: ./terraform/authentik
- name: Terraform Apply
run: terraform apply -var-file proxy-apps.tfvars -var-file oauth2-apps.tfvars -var-file terraform.tfvars -var-file groups.tfvars -input=false -auto-approve -parallelism=100