diff --git a/cloud/etc/demo-setup/main.tf b/cloud/etc/demo-setup/main.tf index f8d79756..299d8f3d 100644 --- a/cloud/etc/demo-setup/main.tf +++ b/cloud/etc/demo-setup/main.tf @@ -1,5 +1,5 @@ terraform { - required_version = ">= 0.14.0" + required_version = ">= 0.15.1" required_providers { openstack = { source = "terraform-provider-openstack/openstack" diff --git a/cloud/etc/deploy-k8s/main.tf b/cloud/etc/deploy-k8s/main.tf index 72fea6c5..dce8640f 100644 --- a/cloud/etc/deploy-k8s/main.tf +++ b/cloud/etc/deploy-k8s/main.tf @@ -18,7 +18,7 @@ terraform { required_providers { juju = { source = "juju/juju" - version = "= 0.14.0" + version = "= 0.15.1" } } diff --git a/cloud/etc/deploy-microceph/main.tf b/cloud/etc/deploy-microceph/main.tf index b162d0be..a3735ae6 100644 --- a/cloud/etc/deploy-microceph/main.tf +++ b/cloud/etc/deploy-microceph/main.tf @@ -18,7 +18,7 @@ terraform { required_providers { juju = { source = "juju/juju" - version = "= 0.14.0" + version = "= 0.15.1" } } diff --git a/cloud/etc/deploy-microk8s/main.tf b/cloud/etc/deploy-microk8s/main.tf index 94a3162d..0e79a97f 100644 --- a/cloud/etc/deploy-microk8s/main.tf +++ b/cloud/etc/deploy-microk8s/main.tf @@ -18,7 +18,7 @@ terraform { required_providers { juju = { source = "juju/juju" - version = "= 0.14.0" + version = "= 0.15.1" } } diff --git a/cloud/etc/deploy-openstack-hypervisor/main.tf b/cloud/etc/deploy-openstack-hypervisor/main.tf index fe5c8081..e2455a03 100644 --- a/cloud/etc/deploy-openstack-hypervisor/main.tf +++ b/cloud/etc/deploy-openstack-hypervisor/main.tf @@ -18,7 +18,7 @@ terraform { required_providers { juju = { source = "juju/juju" - version = "= 0.14.0" + version = "= 0.15.1" } } diff --git a/cloud/etc/deploy-sunbeam-machine/main.tf b/cloud/etc/deploy-sunbeam-machine/main.tf index b19737e9..0b348fc9 100644 --- a/cloud/etc/deploy-sunbeam-machine/main.tf +++ b/cloud/etc/deploy-sunbeam-machine/main.tf @@ -18,7 +18,7 @@ terraform { required_providers { juju = { source = "juju/juju" - version = "= 0.14.0" + version = "= 0.15.1" } } diff --git a/sunbeam-python/sunbeam/features/caas/etc/caas-setup/main.tf b/sunbeam-python/sunbeam/features/caas/etc/caas-setup/main.tf index 2d667f95..7f4c7c83 100644 --- a/sunbeam-python/sunbeam/features/caas/etc/caas-setup/main.tf +++ b/sunbeam-python/sunbeam/features/caas/etc/caas-setup/main.tf @@ -14,7 +14,7 @@ # limitations under the License. terraform { - required_version = ">= 0.14.0" + required_version = ">= 0.15.1" required_providers { openstack = { source = "terraform-provider-openstack/openstack" diff --git a/sunbeam-python/sunbeam/features/instance_recovery/etc/deploy-consul-client/main.tf b/sunbeam-python/sunbeam/features/instance_recovery/etc/deploy-consul-client/main.tf index b1c1d773..bd4ab37a 100644 --- a/sunbeam-python/sunbeam/features/instance_recovery/etc/deploy-consul-client/main.tf +++ b/sunbeam-python/sunbeam/features/instance_recovery/etc/deploy-consul-client/main.tf @@ -19,7 +19,7 @@ terraform { required_providers { juju = { source = "juju/juju" - version = "= 0.14.0" + version = "= 0.15.1" } } } diff --git a/sunbeam-python/sunbeam/features/instance_recovery/etc/deploy-consul-client/modules/consul-client/main.tf b/sunbeam-python/sunbeam/features/instance_recovery/etc/deploy-consul-client/modules/consul-client/main.tf index 4191963c..1ab10c91 100644 --- a/sunbeam-python/sunbeam/features/instance_recovery/etc/deploy-consul-client/modules/consul-client/main.tf +++ b/sunbeam-python/sunbeam/features/instance_recovery/etc/deploy-consul-client/modules/consul-client/main.tf @@ -19,7 +19,7 @@ terraform { required_providers { juju = { source = "juju/juju" - version = "= 0.14.0" + version = "= 0.15.1" } } } @@ -69,4 +69,4 @@ resource "juju_integration" "consul-client-to-consul-server" { application { offer_url = var.consul-cluster-offer-url } -} \ No newline at end of file +} diff --git a/sunbeam-python/sunbeam/features/observability/etc/deploy-cos/main.tf b/sunbeam-python/sunbeam/features/observability/etc/deploy-cos/main.tf index 27964ba0..e669cd14 100644 --- a/sunbeam-python/sunbeam/features/observability/etc/deploy-cos/main.tf +++ b/sunbeam-python/sunbeam/features/observability/etc/deploy-cos/main.tf @@ -20,7 +20,7 @@ terraform { required_providers { juju = { source = "juju/juju" - version = "= 0.14.0" + version = "= 0.15.1" } } } diff --git a/sunbeam-python/sunbeam/features/observability/etc/deploy-grafana-agent/main.tf b/sunbeam-python/sunbeam/features/observability/etc/deploy-grafana-agent/main.tf index ca726f35..49addf41 100644 --- a/sunbeam-python/sunbeam/features/observability/etc/deploy-grafana-agent/main.tf +++ b/sunbeam-python/sunbeam/features/observability/etc/deploy-grafana-agent/main.tf @@ -19,7 +19,7 @@ terraform { required_providers { juju = { source = "juju/juju" - version = "= 0.14.0" + version = "= 0.15.1" } } } diff --git a/sunbeam-python/sunbeam/features/pro/etc/deploy-pro/main.tf b/sunbeam-python/sunbeam/features/pro/etc/deploy-pro/main.tf index eda2a36a..103e2515 100644 --- a/sunbeam-python/sunbeam/features/pro/etc/deploy-pro/main.tf +++ b/sunbeam-python/sunbeam/features/pro/etc/deploy-pro/main.tf @@ -18,7 +18,7 @@ terraform { required_providers { juju = { source = "juju/juju" - version = "= 0.14.0" + version = "= 0.15.1" } }