Closed bbckr closed 2 months ago
This MR adds a new backstage backend plugin, which will be used for installing custom scaffolder actions for our Backstage Software templates.
The first released action will focus on HCL file merging, which will be useful for bootstrapping terraform on existing terraform projects.
This includes:
@seatgeek/node-hcl
Merge
plugins
scaffolder-backend-module-hcl
hcl:merge
hcl:merge:write
hcl:merge:file
hcl:merge:file:write
This MR adds a new backstage backend plugin, which will be used for installing custom scaffolder actions for our Backstage Software templates.
The first released action will focus on HCL file merging, which will be useful for bootstrapping terraform on existing terraform projects.
This includes:
@seatgeek/node-hcl
, which is a WASM wrapper around hashicorp/hcl for manipulating HCL files.Merge
function.plugins
calledscaffolder-backend-module-hcl
.hcl:merge
hcl:merge:write
hcl:merge:file
hcl:merge:file:write
.