Skip to content

Commit

Permalink
chore(renovate): Update Terraform openstack to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 23, 2024
1 parent 421f793 commit 5cddee2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion terraform/ovh/modules/k0s_instances/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
openstack = {
source = "terraform-provider-openstack/openstack"
version = "~> 1.54.0"
version = "~> 2.0.0"
}
cidr = {
source = "volcano-coffee-company/cidr"
Expand Down
2 changes: 1 addition & 1 deletion terraform/ovh/modules/router/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
openstack = {
source = "terraform-provider-openstack/openstack"
version = "~> 1.54.0"
version = "~> 2.0.0"
}
cidr = {
source = "volcano-coffee-company/cidr"
Expand Down
2 changes: 1 addition & 1 deletion terraform/ovh/modules/storage/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
openstack = {
source = "terraform-provider-openstack/openstack"
version = "~> 1.54.0"
version = "~> 2.0.0"
}
cidr = {
source = "volcano-coffee-company/cidr"
Expand Down
2 changes: 1 addition & 1 deletion terraform/ovh/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
openstack = {
source = "terraform-provider-openstack/openstack"
version = "~> 1.54.0"
version = "~> 2.0.0"
}
cidr = {
source = "volcano-coffee-company/cidr"
Expand Down

0 comments on commit 5cddee2

Please sign in to comment.