Skip to content

Commit

Permalink
Added missing fmt target in project configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
willikisser committed Dec 1, 2023
1 parent 8d76961 commit 28231e5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/terraform/src/generators/init/init.impl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ export default async function (
ciMode: true
}
},
fmt: {
executor: '@nx-extend/terraform:fmt',
options: {
ciMode: true
}
},
apply: {
executor: '@nx-extend/terraform:apply',
options: {
Expand Down

0 comments on commit 28231e5

Please sign in to comment.