Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 404 Bytes

dev.md

File metadata and controls

6 lines (5 loc) · 404 Bytes

Dev annotations

config vs form vs cost

  • The config variable represents an array that contains everything needed to create a server (namecpu, memory, disk, databases, billing_period, name);
  • The form variable represents user input array from the configurer;
  • The cost variable represents an array with resource costs of a server (cpu, memory, disk, databases).