fix: prefix

This commit is contained in:
Ditmar Visser
2025-06-04 18:33:59 +00:00
parent c272c7ea19
commit bb7e184e93
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"
} }