Skip to content

Commit

Permalink
fix: update TF provider and switch haproxy stable channel (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
dragomirp authored Dec 5, 2024
1 parent 2146002 commit 870e13d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cloud/etc/deploy-haproxy/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform {
required_providers {
juju = {
source = "juju/juju"
version = "= 0.11.0"
version = "= 0.15.1"
}
}

Expand Down
2 changes: 1 addition & 1 deletion cloud/etc/deploy-haproxy/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
variable "charm_haproxy_channel" {
description = "Operator channel for HAProxy deployment"
type = string
default = "14/stable"
default = "latest/stable"
}

variable "charm_haproxy_revision" {
Expand Down
2 changes: 1 addition & 1 deletion cloud/etc/deploy-maas-agent/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform {
required_providers {
juju = {
source = "juju/juju"
version = "= 0.11.0"
version = "= 0.15.1"
}
}

Expand Down
2 changes: 1 addition & 1 deletion cloud/etc/deploy-maas-region/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform {
required_providers {
juju = {
source = "juju/juju"
version = "= 0.11.0"
version = "= 0.15.1"
}
}

Expand Down
2 changes: 1 addition & 1 deletion cloud/etc/deploy-postgresql/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform {
required_providers {
juju = {
source = "juju/juju"
version = "= 0.11.0"
version = "= 0.15.1"
}
}

Expand Down

0 comments on commit 870e13d

Please sign in to comment.