File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -69,12 +69,12 @@ jobs:
69
69
env :
70
70
AWS_ACCESS_KEY_ID : ${{ steps.bitwarden-secrets.outputs.aws_access_key_id }}
71
71
AWS_SECRET_ACCESS_KEY : ${{ steps.bitwarden-secrets.outputs.aws_secret_access_key }}
72
- run : tofu plan -no-color
72
+ run : tofu plan -no-color -parallelism=1 -out=tfplan
73
73
74
74
- name : Apply the Plan
75
75
if : success()
76
76
working-directory : ./terraform
77
77
env :
78
78
AWS_ACCESS_KEY_ID : ${{ steps.bitwarden-secrets.outputs.aws_access_key_id }}
79
79
AWS_SECRET_ACCESS_KEY : ${{ steps.bitwarden-secrets.outputs.aws_secret_access_key }}
80
- run : tofu apply -auto-approve
80
+ run : tofu apply tfplan -auto-approve
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ provider "flux" {
17
17
18
18
resource "flux_bootstrap_git" "flux" {
19
19
path = " kubernetes/cluster/production"
20
+ version = " v2.4.0"
20
21
21
22
lifecycle {
22
23
ignore_changes = all
You can’t perform that action at this time.
0 commit comments