mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2025-02-17 19:00:59 +01:00
treefmt
This commit is contained in:
parent
dcda61d387
commit
f65e612724
@ -12,7 +12,7 @@ terraform {
|
|||||||
module "wiki" {
|
module "wiki" {
|
||||||
source = "../../terraform/admins"
|
source = "../../terraform/admins"
|
||||||
ssh_keys = {
|
ssh_keys = {
|
||||||
mic92 = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKbBp2dH2X3dcU1zh+xW3ZsdYROKpJd3n13ssOP092qE joerg@turingmachine"
|
mic92 = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKbBp2dH2X3dcU1zh+xW3ZsdYROKpJd3n13ssOP092qE joerg@turingmachine"
|
||||||
julien = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDMBW7rTtfZL9wtrpCVgariKdpN60/VeAzXkh9w3MwbO julien@enigma"
|
julien = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDMBW7rTtfZL9wtrpCVgariKdpN60/VeAzXkh9w3MwbO julien@enigma"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
terraform {
|
terraform {
|
||||||
required_providers {
|
required_providers {
|
||||||
hcloud = { source = "hetznercloud/hcloud" }
|
hcloud = { source = "hetznercloud/hcloud" }
|
||||||
local = { source = "hashicorp/local" }
|
local = { source = "hashicorp/local" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user