feat: Add ALVR installation and configuration to playbook, update mstream module with ingress and deployment resources

This commit is contained in:
2025-11-18 18:19:42 +01:00
parent b3601e08b1
commit edbe8fbf6f
9 changed files with 269 additions and 8 deletions
@@ -0,0 +1,9 @@
terraform {
required_version = "~>1.8"
required_providers {
kubernetes = {
source = "hashicorp/kubernetes"
version = "2.36.0"
}
}
}