1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-05-06 15:46:28 +02:00
infrastructure/tf-stage1/versions.tf
2020-09-07 03:46:52 +00:00

15 lines
251 B
HCL

terraform {
required_providers {
external = {
source = "hashicorp/external"
}
hcloud = {
source = "hetznercloud/hcloud"
}
hetznerdns = {
source = "timohirt/hetznerdns"
}
}
required_version = ">= 0.13"
}