1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-06-10 21:46:03 +02:00
infrastructure/tf-stage1/versions.tf
2020-08-27 07:17:09 +02:00

12 lines
189 B
HCL

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