github.com/rohankumardubey/nomad@v0.11.8/e2e/terraform/shared/README.md (about)

     1  # Terraform Provisioning
     2  
     3  These scripts are copied up to instances via Terraform provisioning and executed after launch. This allows us to update the Nomad configurations for features that land on master without having to re-bake AMIs.
     4  
     5  ## What goes here?
     6  
     7  * steps that are specific to a given Nomad build: ex. all Nomad configuration files.
     8  * steps that are specific to a given EC2 instance: configuring IP addresses.
     9  
    10  These scripts *should* be idempotent: copy configurations from `/ops/shared` to their destinations where the services expect them to be, rather than moving them.