maxotta / iac-step-by-step

IaC (Infrastructure as Code) Step by Step
Creative Commons Attribution Share Alike 4.0 International
2 stars 0 forks source link

Use INIT_SCRIPTS instead of STARTUP_SCRIPT #4

Open maxotta opened 2 years ago

maxotta commented 2 years ago

STARTUP_SCRIPT is run on each boot while INIT_SCRIPTS only once and are intented for VM contextualization. Rewrite the code