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.
1 parent 09490d2 commit 30bd393Copy full SHA for 30bd393
main.tf
@@ -6,7 +6,7 @@ data "aws_region" "current" {}
6
# Locals
7
8
locals {
9
- version = "1.1.0"
+ version = "1.1.1"
10
}
11
12
# VPC
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 = "2.2.0"
+ default = "2.2.2"
25
26
27
variable "create" {
0 commit comments