Assign Student IDΒΆ

Every Student will have ID which is a integer number like 1, 2, 3 ....n Please update the "prefix" with appropriate student ID.

$ cd ~/FAS-provisoner-terraform/
$ ls
$ vi variables.tf
variable "prefix" {
description = "prefix for resources created"
default     = "Student-#"
}

Replace '#' with your Student number

To save the variable file use :wq!

Warning

PLEASE ASSIGN UNIQUE STUDENT ID GIVEN TO YOU !!!!! ELSE LAB WILL FAIL

../../_images/prefix.png