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/ # https://idrac.viktorbarzin.me/
module "idrac" { module "idrac" {
source = "./factory" source = "./factory"
name = "idrac" name = "idrac"
external_name = "idrac.viktorbarzin.lan" external_name = "idrac.viktorbarzin.lan"
port = 80 port = 443
tls_secret_name = var.tls_secret_name tls_secret_name = var.tls_secret_name
backend_protocol = "HTTPS"
} }
# Can either listen on https or http; can't do both :/ # Can either listen on https or http; can't do both :/

Binary file not shown.