This commit is contained in:
Jörg Thalheim 2024-03-03 11:29:08 +01:00
parent dcda61d387
commit f65e612724
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ terraform {
module "wiki" {
source = "../../terraform/admins"
ssh_keys = {
mic92 = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKbBp2dH2X3dcU1zh+xW3ZsdYROKpJd3n13ssOP092qE joerg@turingmachine"
mic92 = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKbBp2dH2X3dcU1zh+xW3ZsdYROKpJd3n13ssOP092qE joerg@turingmachine"
julien = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDMBW7rTtfZL9wtrpCVgariKdpN60/VeAzXkh9w3MwbO julien@enigma"
}
}

View File

@ -1,6 +1,6 @@
terraform {
required_providers {
hcloud = { source = "hetznercloud/hcloud" }
local = { source = "hashicorp/local" }
hcloud = { source = "hetznercloud/hcloud" }
local = { source = "hashicorp/local" }
}
}