1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-20 19:05:40 +02:00
infrastructure/tf-stage1/versions.tf

15 lines
251 B
Terraform
Raw Normal View History

2020-08-27 07:17:09 +02:00
terraform {
required_providers {
external = {
source = "hashicorp/external"
}
hcloud = {
source = "hetznercloud/hcloud"
}
hetznerdns = {
source = "timohirt/hetznerdns"
}
2020-08-27 07:17:09 +02:00
}
required_version = ">= 0.13"
}