mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2025-02-16 18:31:44 +01:00
7 lines
135 B
HCL
7 lines
135 B
HCL
terraform {
|
|
required_providers {
|
|
hcloud = { source = "hetznercloud/hcloud" }
|
|
local = { source = "hashicorp/local" }
|
|
}
|
|
}
|