UPDATES
- Added variable validation to VM interfaces to make sure interfaces are either null, begin with "access-" or begin with "trunk-"
- Changed the port group creation logic so that sequential IDs are no longer required. After the "access-" or "trunk-" any arbitrary string can be used as a link identifier and will be used in the naming of the port group
PROJECT STRUCTURE UPDATE
- Moved all variables to variables.tf
- renamed lab-variables.auto.tfvars to terraform.tfvars
- Initial release