chore: reformat codebase

This commit is contained in:
Gabriel Arazas 2023-06-22 11:12:43 +08:00
parent 0bba6e7898
commit 03ca6722e9
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC
3 changed files with 15 additions and 15 deletions

View File

@ -13,7 +13,7 @@ resource "hcloud_server" "plover" {
location = "hel1"
datacenter = "hel1-dc2"
ssh_keys = [ hcloud_ssh_key.foodogsquared.id ]
ssh_keys = [hcloud_ssh_key.foodogsquared.id]
delete_protection = true
rebuild_protection = true