mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2024-11-22 16:24:02 +01:00
7 lines
133 B
HCL
7 lines
133 B
HCL
terraform {
|
|
required_providers {
|
|
hcloud = { source = "hetznercloud/hcloud" }
|
|
local = { source = "hashicorp/local" }
|
|
}
|
|
}
|