mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2025-02-08 14:30:52 +01:00
6 lines
89 B
HCL
6 lines
89 B
HCL
terraform {
|
|
required_providers {
|
|
hcloud = { source = "hetznercloud/hcloud" }
|
|
}
|
|
}
|