connect to https port on idrac [ci skip]
This commit is contained in:
parent
922b1884c0
commit
d0438dcc7f
1 changed files with 6 additions and 5 deletions
|
|
@ -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 :/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue