diff --git a/app/terraform/bridge/gandi.py b/app/terraform/bridge/gandi.py index b198f2b..4a5eab1 100644 --- a/app/terraform/bridge/gandi.py +++ b/app/terraform/bridge/gandi.py @@ -63,7 +63,7 @@ class BridgeGandiAutomation(BridgeAutomation): namespace = "{{ global_namespace }}" name = "bridge" attributes = ["{{ bridge.id }}"] - ssh_key = local.public_ssh_key + ssh_public_key = local.public_ssh_key ssh_private_key = local.private_ssh_key contact_info = "did not write the code to populate yet" distribution_method = "{{ bridgeconf.method }}" diff --git a/app/terraform/bridge/ovh.py b/app/terraform/bridge/ovh.py index 1437db2..55f16c3 100644 --- a/app/terraform/bridge/ovh.py +++ b/app/terraform/bridge/ovh.py @@ -91,7 +91,7 @@ class BridgeOvhAutomation(BridgeAutomation): namespace = "{{ global_namespace }}" name = "bridge" attributes = ["{{ bridge.id }}"] - ssh_key = local.public_ssh_key + ssh_public_key = local.public_ssh_key ssh_private_key = local.private_ssh_key contact_info = "hello from onionland" distribution_method = "{{ bridgeconf.method }}"