lint: reformat python code with black
This commit is contained in:
parent
331beb01b4
commit
a406a7974b
88 changed files with 2579 additions and 1608 deletions
|
@ -7,10 +7,7 @@ class BridgeHcloudAutomation(BridgeAutomation):
|
|||
description = "Deploy Tor bridges on Hetzner Cloud"
|
||||
provider = CloudProvider.HCLOUD
|
||||
|
||||
template_parameters = [
|
||||
"ssh_private_key_path",
|
||||
"ssh_public_key_path"
|
||||
]
|
||||
template_parameters = ["ssh_private_key_path", "ssh_public_key_path"]
|
||||
|
||||
template = """
|
||||
terraform {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue