@@ -77,3 +77,9 @@ module "dns" {
records = lookup(each.value, "records")
}
resource "hcloud_ssh_key" "this" {
for_each = var.ssh_keys
name = each.key
public_key = each.value
The note is not visible to the blocked user.