Diff
main.tf | 4 +++-
variables.tf | 3 +++
timemachine/main.tf | 1 +
3 files changed, 6 insertions(+), 2 deletions(-)
@@ -29,9 +29,9 @@
source = "timemachine"
ips = "${var.ips}"
username-1 = "vikalp"
password-1 = "vikalp"
password-1 = "${var.timemachine-password-1}"
username-2 = "rishav"
password-2 = "vikalp"
password-2 = "${var.timemachine-password-2}"
}
module "gitea" {
@@ -67,3 +67,6 @@
"traefik.frontend.headers.browserXSSFilter" = "true"
}
}
variable "timemachine-password-2" {}
variable "timemachine-password-1" {}
@@ -34,6 +34,7 @@
}
entrypoint = [
"/bin/sh",
"/entrypoint-custom.sh",
]