diff --git a/variables.tf b/variables.tf index 2e58366..3215a9c 100644 --- a/variables.tf +++ b/variables.tf @@ -21,7 +21,7 @@ variable "availability-zone" { variable "cloud-agent-version" { type = string description = "Version tag for ghcr.io/depot/cloud-agent container" - default = "2.1.0" + default = "2.2.0" } variable "create" {