Commit a1664ce
committed
Disable Terraform state locking in VMSS deploy workflow
Added the '-lock=false' flag to both 'terraform plan' and 'terraform apply' steps in the GitHub Actions workflow to prevent state locking during deployment. This can help avoid issues in environments where state locking is not supported or causes conflicts.
Revert "Update vmss-deploy.yml"
This reverts commit eb8840b.1 parent eb8840b commit a1664ce
1 file changed
Lines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | 58 | | |
64 | 59 | | |
65 | 60 | | |
| |||
72 | 67 | | |
73 | 68 | | |
74 | 69 | | |
| 70 | + | |
75 | 71 | | |
76 | 72 | | |
77 | 73 | | |
78 | 74 | | |
79 | 75 | | |
80 | 76 | | |
81 | 77 | | |
82 | | - | |
| 78 | + | |
83 | 79 | | |
84 | 80 | | |
85 | 81 | | |
| |||
0 commit comments