bridge: update openstack module to 0.0.7 for gandi

This commit is contained in:
Iain Learmonth 2022-05-14 13:59:38 +01:00
parent b7c4f00456
commit 850ee09ce7

View file

@ -54,7 +54,7 @@ class BridgeGandiAutomation(BridgeAutomation):
{% if not bridge.destroyed %}
module "bridge_{{ bridge.id }}" {
source = "sr2c/tor-bridge/openstack"
version = "0.0.6"
version = "0.0.7"
context = module.label_{{ bridgeconf.group.id }}.context
name = "br"
attributes = ["{{ bridge.id }}"]