fix: prefix
This commit is contained in:
@ -1 +1 @@
|
|||||||
week-3-opdracht-3 ansible_host=192.168.1.13 ansible_user=skylab ansible_ssh_private_key_file=/home/student/.ssh/skylab.pub
|
week-5-opdracht-3 ansible_host=192.168.1.14 ansible_user=skylab ansible_ssh_private_key_file=/home/student/.ssh/skylab.pub
|
||||||
|
@ -23,5 +23,5 @@ variable "esxi_password" {
|
|||||||
|
|
||||||
variable "prefix" {
|
variable "prefix" {
|
||||||
description = "The Prefix used for all resources"
|
description = "The Prefix used for all resources"
|
||||||
default = "week-3-opdracht-3"
|
default = "week-5-opdracht-3"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user