Skip to content

Commit

Permalink
removed terraform version reqs; updated selectel and openstack providers
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Orlov committed Dec 13, 2024
1 parent bc566c0 commit 7c7837e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@ terraform {
required_providers {
selectel = {
source = "registry.terraform.io/selectel/selectel"
version = "5.1.1"
version = "6.0.1"
}
openstack = {
source = "registry.terraform.io/terraform-provider-openstack/openstack"
version = "1.53.0"
version = "3.0.0"
}
}
backend "s3" {}
required_version = ">= 1.0.0, <= 1.6.2"
}

0 comments on commit 7c7837e

Please sign in to comment.