mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 18:19:09 +00:00
9 lines
124 B
Terraform
9 lines
124 B
Terraform
|
terraform {
|
||
|
required_providers {
|
||
|
hcloud = {
|
||
|
source = "hetznercloud/hcloud"
|
||
|
version = "1.40.0"
|
||
|
}
|
||
|
}
|
||
|
}
|