Skip to content

Commit bee8b23

Browse files
authored
Merge pull request #3 from gogaille/fix-echo-plan
Change terraform message pattern
2 parents 01fe4f0 + 0fe3d1b commit bee8b23

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

action.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,11 @@ runs:
4242
)
4343
4444
echo "🧹 remove plan noise"
45-
echo -e $plan
4645
plan=$(
4746
echo -e "$plan" | \
4847
tail -n +$(
4948
echo -e "$plan" | \
50-
grep -nE 'Terraform will perform the following actions|No changes. Infrastructure is up-to-date' | \
49+
grep -nE 'Terraform will perform the following actions|No changes. Infrastructure is up-to-date|No changes. Your infrastructure matches the configuration' | \
5150
cut -d':' -f1
5251
)
5352
)

0 commit comments

Comments
 (0)