connect to https port on idrac [ci skip]

This commit is contained in:
Viktor Barzin 2023-11-01 20:34:25 +00:00
parent 9fad8e9025
commit c4c3554e55
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 6 additions and 5 deletions

View file

@ -37,11 +37,12 @@ module "nas" {
# https://idrac.viktorbarzin.me/
module "idrac" {
source = "./factory"
name = "idrac"
external_name = "idrac.viktorbarzin.lan"
port = 80
tls_secret_name = var.tls_secret_name
source = "./factory"
name = "idrac"
external_name = "idrac.viktorbarzin.lan"
port = 443
tls_secret_name = var.tls_secret_name
backend_protocol = "HTTPS"
}
# Can either listen on https or http; can't do both :/