mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2025-02-18 03:11:30 +01:00
6 lines
93 B
Terraform
6 lines
93 B
Terraform
|
terraform {
|
||
|
required_providers {
|
||
|
hcloud = { source = "hetznercloud/hcloud" }
|
||
|
}
|
||
|
}
|