Skip to content

Commit

Permalink
Upgrade to cloud-agent v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie committed Aug 12, 2022
1 parent 4d6f83e commit d29fa18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ data "aws_region" "current" {}
# Locals

locals {
version = "0.1.0"
version = "0.2.0"
}

# VPC
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ variable "availability-zone" {
variable "cloud-agent-version" {
type = string
description = "Version tag for ghcr.io/depot/cloud-agent container"
default = "1.0.0"
default = "1.1.0"
}

variable "create" {
Expand Down

0 comments on commit d29fa18

Please sign in to comment.