File tree Expand file tree Collapse file tree
asset-account/terraform/stack-set Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,15 +34,15 @@ if command_exists typos; then
3434 echo " $files " | xargs typos
3535fi
3636
37- if command_exists ./node_modules/.bin/prettier; then
38- echo " $files " | xargs ./node_modules/.bin/prettier --ignore-unknown --write
39- fi
40-
4137if command_exists terraform-docs; then
4238 cd asset-account/terraform/stack-set
4339 terraform-docs markdown . --output-file README.md
4440fi
4541
42+ if command_exists ./node_modules/.bin/prettier; then
43+ echo " $files " | xargs ./node_modules/.bin/prettier --ignore-unknown --write
44+ fi
45+
4646# Add the modified/prettified files to staging
4747echo " $files " | xargs git add
4848
Original file line number Diff line number Diff line change 5757 --location
5858 --retry 5 \
5959 --retry-all-errors \
60- --show-error |
61- tar -xz > ./terraform-docs
60+ --show-error \
61+ | tar -xz > ./terraform-docs
6262
6363 - run : chmod +x ./terraform-docs
6464
Original file line number Diff line number Diff line change @@ -112,7 +112,9 @@ variable "operation_preferences" {
112112 max_concurrent_count = optional (number )
113113 max_concurrent_percentage = optional (number )
114114
115- # Region settings are not supported, because there must be at most one stack per account in a single region.
115+ # Region settings are not supported, because
116+ # there must be at most one stack per account
117+ # in a single region.
116118 })
117119 default = null
118120}
You can’t perform that action at this time.
0 commit comments