Enable AL mode and install Rubrik

This commit is contained in:
2025-08-20 14:43:30 -04:00
parent 614e80dcf5
commit 33742d8951
7 changed files with 81 additions and 7 deletions

View File

@@ -35,8 +35,16 @@ variable "vms" {
cores = 4
ip = "dhcp"
}
"oraTest2" = {
memory = 16384
cores = 4
ip = "dhcp"
}
"oraTest3" = {
memory = 16384
cores = 4
ip = "dhcp"
}
}
}