Skip to content

Commit

Permalink
only one parallel terraform action
Browse files Browse the repository at this point in the history
  • Loading branch information
florianBachinger authored Apr 11, 2024
1 parent d8d8f0b commit a78a378
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kubernetes-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
# Note: It is recommended to set up a required "strict" status check in your repository for "Terraform Cloud". See the documentation on "strict" required status checks for more information: https://help.github.com/en/github/administering-a-repository/types-of-required-status-checks
- name: Terraform Apply
shell: bash
run: terraform apply -auto-approve -input=false
run: terraform apply -auto-approve -input=false -parallelism=1

inventory:
needs: terraform
Expand Down Expand Up @@ -141,4 +141,4 @@ jobs:
- name: Deploy Kubernetes
run: whoami
- name: Deploy Kubernetes
run: ansible-playbook -i /inventory/inventory.ini --private-key /root/.ssh/id_rsa cluster.yml -become --become-user=root
run: ansible-playbook -i /inventory/inventory.ini --private-key /root/.ssh/id_rsa cluster.yml -become --become-user=root

0 comments on commit a78a378

Please sign in to comment.