We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 120bcfc commit 7230b9fCopy full SHA for 7230b9f
ansible/roles/cluster_infra/templates/providers.tf.j2
@@ -5,10 +5,7 @@ terraform {
5
required_providers {
6
openstack = {
7
source = "terraform-provider-openstack/openstack"
8
- # TODO we must upgrade to 3.0.0
9
- # but only after we stop using the deprecated
10
- # openstack_compute_floatingip_associate_v2
11
- version = "~>2.1.0"
+ version = "~>3.0.0"
12
}
13
14
0 commit comments