Skip to content

Commit

Permalink
Merge pull request #381 from gboutry/chore/tf-upgrade
Browse files Browse the repository at this point in the history
Upgrade juju terraform provider to 0.15.1
  • Loading branch information
hemanthnakkina authored Dec 10, 2024
2 parents 933ffbd + b6dd821 commit 358d374
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion cloud/etc/demo-setup/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 0.14.0"
required_version = ">= 0.15.1"
required_providers {
openstack = {
source = "terraform-provider-openstack/openstack"
Expand Down
2 changes: 1 addition & 1 deletion cloud/etc/deploy-k8s/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.14.0"
version = "= 0.15.1"
}
}

Expand Down
2 changes: 1 addition & 1 deletion cloud/etc/deploy-microceph/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.14.0"
version = "= 0.15.1"
}
}

Expand Down
2 changes: 1 addition & 1 deletion cloud/etc/deploy-microk8s/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.14.0"
version = "= 0.15.1"
}
}

Expand Down
2 changes: 1 addition & 1 deletion cloud/etc/deploy-openstack-hypervisor/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.14.0"
version = "= 0.15.1"
}
}

Expand Down
2 changes: 1 addition & 1 deletion cloud/etc/deploy-sunbeam-machine/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.14.0"
version = "= 0.15.1"
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ terraform {
required_providers {
juju = {
source = "juju/juju"
version = "= 0.14.0"
version = "= 0.15.1"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ terraform {
required_providers {
juju = {
source = "juju/juju"
version = "= 0.14.0"
version = "= 0.15.1"
}
}
}
Expand Down Expand Up @@ -69,4 +69,4 @@ resource "juju_integration" "consul-client-to-consul-server" {
application {
offer_url = var.consul-cluster-offer-url
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
juju = {
source = "juju/juju"
version = "= 0.14.0"
version = "= 0.15.1"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ terraform {
required_providers {
juju = {
source = "juju/juju"
version = "= 0.14.0"
version = "= 0.15.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion sunbeam-python/sunbeam/features/pro/etc/deploy-pro/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.14.0"
version = "= 0.15.1"
}
}

Expand Down

0 comments on commit 358d374

Please sign in to comment.