From 870e13d8c990aa61cbecb8c1e68235b9984a1b1c Mon Sep 17 00:00:00 2001 From: Dragomir Penev <6687393+dragomirp@users.noreply.github.com> Date: Thu, 5 Dec 2024 10:18:39 +0200 Subject: [PATCH] fix: update TF provider and switch haproxy stable channel (#83) --- cloud/etc/deploy-haproxy/main.tf | 2 +- cloud/etc/deploy-haproxy/variables.tf | 2 +- cloud/etc/deploy-maas-agent/main.tf | 2 +- cloud/etc/deploy-maas-region/main.tf | 2 +- cloud/etc/deploy-postgresql/main.tf | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cloud/etc/deploy-haproxy/main.tf b/cloud/etc/deploy-haproxy/main.tf index 75ee93f..24c7298 100644 --- a/cloud/etc/deploy-haproxy/main.tf +++ b/cloud/etc/deploy-haproxy/main.tf @@ -18,7 +18,7 @@ terraform { required_providers { juju = { source = "juju/juju" - version = "= 0.11.0" + version = "= 0.15.1" } } diff --git a/cloud/etc/deploy-haproxy/variables.tf b/cloud/etc/deploy-haproxy/variables.tf index de7651f..bd9de81 100644 --- a/cloud/etc/deploy-haproxy/variables.tf +++ b/cloud/etc/deploy-haproxy/variables.tf @@ -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" { diff --git a/cloud/etc/deploy-maas-agent/main.tf b/cloud/etc/deploy-maas-agent/main.tf index 8024fb5..278853c 100644 --- a/cloud/etc/deploy-maas-agent/main.tf +++ b/cloud/etc/deploy-maas-agent/main.tf @@ -18,7 +18,7 @@ terraform { required_providers { juju = { source = "juju/juju" - version = "= 0.11.0" + version = "= 0.15.1" } } diff --git a/cloud/etc/deploy-maas-region/main.tf b/cloud/etc/deploy-maas-region/main.tf index 4e28f9f..f79a482 100644 --- a/cloud/etc/deploy-maas-region/main.tf +++ b/cloud/etc/deploy-maas-region/main.tf @@ -18,7 +18,7 @@ terraform { required_providers { juju = { source = "juju/juju" - version = "= 0.11.0" + version = "= 0.15.1" } } diff --git a/cloud/etc/deploy-postgresql/main.tf b/cloud/etc/deploy-postgresql/main.tf index 9381718..4ad8b17 100644 --- a/cloud/etc/deploy-postgresql/main.tf +++ b/cloud/etc/deploy-postgresql/main.tf @@ -18,7 +18,7 @@ terraform { required_providers { juju = { source = "juju/juju" - version = "= 0.11.0" + version = "= 0.15.1" } }