Skip to content

Commit 67470dc

Browse files
committed
services/nomad/infrastructure: Update terastate to v1.2.3.
1 parent 5bf7bbb commit 67470dc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

services/nomad/infrastructure/terrastate.nomad

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,12 @@ job "terrastate" {
4646
driver = "docker"
4747

4848
config {
49-
image = "ghcr.io/the-maldridge/terrastate:v1.2.1"
49+
image = "ghcr.io/the-maldridge/terrastate:v1.2.3"
5050
init = true
5151
}
5252

5353
env {
54+
AUTHWARE_BASIC_MECHS="netauth"
5455
TS_AUTH = "htpasswd:netauth"
5556
TS_BITCASK_PATH = "/data"
5657
TS_HTGROUP_FILE = "/secrets/.htgroup"

0 commit comments

Comments
 (0)