You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disable Terraform state locking in CI to resolve lock conflicts
Remove state locking from terraform plan commands in GitHub Actions workflow to prevent lock conflicts between local development and CI runs. This is a temporary measure to ensure CI can run reliably for testing scenarios.
- Changed -lock-timeout=5m to -lock=false in both terraform plan commands
- This allows CI to run without waiting for state locks to be released
0 commit comments