Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 442 Bytes

File metadata and controls

16 lines (11 loc) · 442 Bytes

List of steps executed to create this repo

..

Infra setup

New plugin to infer terraform targets automatically

npx nx add @nx/plugin
npx nx g plugin tools/nx-terraform

Note: when using plugins locally for inferring tasks, nx, must be able to resolve the plugin without having the plugin built. Therefore some logic is applied by nx to detect the file that exposes the plugin. nrwl/nx#29222