Skip to content

Commit 30bd393

Browse files
Upgrade to cloud-agent v2.2.2
1 parent 09490d2 commit 30bd393

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ data "aws_region" "current" {}
66
# Locals
77

88
locals {
9-
version = "1.1.0"
9+
version = "1.1.1"
1010
}
1111

1212
# VPC

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 = "2.2.0"
24+
default = "2.2.2"
2525
}
2626

2727
variable "create" {

0 commit comments

Comments
 (0)