We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46de4ab + 7a828db commit ed26f35Copy full SHA for ed26f35
user-data.sh.tftpl
@@ -14,7 +14,7 @@ After=network-online.target
14
Requires=network-online.target
15
[Service]
16
Type=simple
17
-ExecStart=/usr/bin/machine-agent start
+ExecStart=/usr/bin/machine-agent
18
Restart=always
19
RestartSec=5
20
Environment="DEPOT_CLOUD_CONNECTION_ID=${DEPOT_CLOUD_CONNECTION_ID}"
variables.tf
@@ -21,7 +21,7 @@ variable "availability-zone" {
21
variable "cloud-agent-version" {
22
type = string
23
description = "Version tag for ghcr.io/depot/cloud-agent container"
24
- default = "1.2.0"
+ default = "2.1.0"
25
}
26
27
variable "create" {
0 commit comments