Skip to content

Commit

Permalink
chore(all): set default terraform channel to "latest/edge"
Browse files Browse the repository at this point in the history
  • Loading branch information
dsloanm authored and NucciTheBoss committed Dec 10, 2024
1 parent b82d617 commit d438339
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charms/sackd/terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ variable "app_name" {
variable "channel" {
description = "Channel to deploy the sackd charm from."
type = string
default = "latest/stable"
default = "latest/edge"
}

variable "config" {
Expand Down
2 changes: 1 addition & 1 deletion charms/slurmctld/terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ variable "app_name" {
variable "channel" {
description = "Channel to deploy the slurmctld charm from."
type = string
default = "latest/stable"
default = "latest/edge"
}

variable "config" {
Expand Down
2 changes: 1 addition & 1 deletion charms/slurmd/terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ variable "app_name" {
variable "channel" {
description = "Channel to deploy the slurmd charm from."
type = string
default = "latest/stable"
default = "latest/edge"
}

variable "config" {
Expand Down
2 changes: 1 addition & 1 deletion charms/slurmdbd/terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ variable "app_name" {
variable "channel" {
description = "Channel to deploy the slurmdbd charm from."
type = string
default = "latest/stable"
default = "latest/edge"
}

variable "config" {
Expand Down
2 changes: 1 addition & 1 deletion charms/slurmrestd/terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ variable "app_name" {
variable "channel" {
description = "Channel to deploy the slurmrestd charm from."
type = string
default = "latest/stable"
default = "latest/edge"
}

variable "config" {
Expand Down

0 comments on commit d438339

Please sign in to comment.