Skip to content

Commit

Permalink
Update default Terraform channel
Browse files Browse the repository at this point in the history
  • Loading branch information
mvlassis committed Sep 25, 2024
1 parent a5909d4 commit f338a25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charms/istio-gateway/terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ variable "app_name" {
variable "channel" {
description = "Charm channel"
type = string
default = null
default = "latest/edge"
}

variable "config" {
Expand Down
2 changes: 1 addition & 1 deletion charms/istio-pilot/terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ variable "app_name" {
variable "channel" {
description = "Charm channel"
type = string
default = null
default = "latest/edge"
}

variable "config" {
Expand Down

0 comments on commit f338a25

Please sign in to comment.