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