Skip to content

Commit

Permalink
restrict openstack to version <3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mboisson authored Sep 25, 2024
1 parent 6548276 commit 665c305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openstack/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
openstack = {
source = "terraform-provider-openstack/openstack"
version = ">= 1.50.0"
version = ">= 1.50.0, < 3.0"
}
}
}

0 comments on commit 665c305

Please sign in to comment.