jhatler / janus

Just Another Neural Utility System
MIT License
1 stars 3 forks source link

feat: parameterize packer network settings #435

Closed jhatler closed 3 months ago

jhatler commented 3 months ago

This adds variables to each of the packer configurations to allow for the VPC, subnet, and public IP allocation settings to be passed in as variables. Each variables has a sane default for the project so that it remains backwards compatible with the current workflows.

Fixes: #434