Skip to content

Commit 178c5df

Browse files
committed
chore: set terraform lock timeout explicitly
1 parent d7fa4ec commit 178c5df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/terraform-plan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
TF_VAR_CONTAINER_TAG: ${{ github.sha }}
4444
TF_VAR_DEVSECOPS_OBJECT_ID: ${{ secrets.TF_VAR_DEVSECOPS_OBJECT_ID }}
4545
TF_VAR_ENGINEERING_GROUP_OBJECT_ID: ${{ secrets.TF_VAR_ENGINEERING_GROUP_OBJECT_ID }}
46-
run: terraform plan
46+
run: terraform plan -lock-timeout=5m

0 commit comments

Comments
 (0)