Skip to content

Commit 7230b9f

Browse files
committed
Update terraform provider openstack to v3
1 parent 120bcfc commit 7230b9f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

ansible/roles/cluster_infra/templates/providers.tf.j2

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ terraform {
55
required_providers {
66
openstack = {
77
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"
8+
version = "~>3.0.0"
129
}
1310
}
1411
}

0 commit comments

Comments
 (0)