mirror of
https://github.com/apricote/home-cloud.git
synced 2026-01-13 21:11:02 +00:00
11 lines
172 B
HCL
11 lines
172 B
HCL
|
|
terraform {
|
|
required_version = "~> 0.12.0"
|
|
|
|
required_providers {
|
|
hcloud = "~> 1.2"
|
|
tls = "~> 2.1"
|
|
template = "~> 2.1"
|
|
random = "~> 2.2"
|
|
}
|
|
}
|