Skip to content
Snippets Groups Projects
Commit 0e0c4347 authored by František Dvořák's avatar František Dvořák
Browse files

Limit terraform openstack provider version for old-style floating IP resource

parent 79cfdc62
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ terraform {
}
openstack = {
source = "terraform-provider-openstack/openstack"
version = ">= 1.38.0"
version = ">= 1.38.0, <3"
}
}
required_version = ">= 0.13"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment