Skip to content

Commit fb9e713

Browse files
committed
ci: Add -concise flag to plan and apply workflows.
1 parent 450441e commit fb9e713

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ jobs:
6161
config: hosting
6262
- name: Apply changes
6363
working-directory: ./tofu/config/hosting
64-
run: tofu apply --auto-approve
64+
run: tofu apply -concise --auto-approve

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ jobs:
5353
config: ${{ inputs.config }}
5454
- name: Apply changes
5555
working-directory: ./tofu/config/${{ inputs.config }}
56-
run: tofu apply --auto-approve
56+
run: tofu apply -concise --auto-approve

0 commit comments

Comments
 (0)