Skip to content

Commit 7a828db

Browse files
Update cloud-agent version
1 parent 46de4ab commit 7a828db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

user-data.sh.tftpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ After=network-online.target
1414
Requires=network-online.target
1515
[Service]
1616
Type=simple
17-
ExecStart=/usr/bin/machine-agent start
17+
ExecStart=/usr/bin/machine-agent
1818
Restart=always
1919
RestartSec=5
2020
Environment="DEPOT_CLOUD_CONNECTION_ID=${DEPOT_CLOUD_CONNECTION_ID}"

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ variable "availability-zone" {
2121
variable "cloud-agent-version" {
2222
type = string
2323
description = "Version tag for ghcr.io/depot/cloud-agent container"
24-
default = "1.2.0"
24+
default = "2.1.0"
2525
}
2626

2727
variable "create" {

0 commit comments

Comments
 (0)