Update .gitea/workflows/authentik-apps.yaml
Some checks failed
Terraform / Terraform (push) Failing after 19s
Check with kubeconform / lint (push) Successful in 9s

This commit is contained in:
ab
2025-09-16 12:31:54 +00:00
parent 094d80896a
commit 84dcdc343a

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