bridge: use bundled modules
This commit is contained in:
parent
32239c379a
commit
3163286e88
5 changed files with 5 additions and 8 deletions
|
@ -46,8 +46,7 @@ class BridgeAWSAutomation(BridgeAutomation):
|
|||
{% for bridge in bridgeconf.bridges %}
|
||||
{% if not bridge.destroyed %}
|
||||
module "bridge_{{ bridge.id }}" {
|
||||
source = "sr2c/tor-bridge/aws"
|
||||
version = "0.0.1"
|
||||
source = "{{ terraform_modules_path }}/terraform-aws-tor-bridge"
|
||||
ssh_key = local.ssh_key
|
||||
contact_info = "hi"
|
||||
context = module.label_{{ bridgeconf.group.id }}.context
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue