1
0
Fork 0
mirror of https://github.com/poseidon/typhoon synced 2024-05-29 02:46:25 +02:00
typhoon/bare-metal/flatcar-linux/kubernetes/versions.tf
2020-12-11 00:47:57 -08:00

21 lines
324 B
HCL

# Terraform version and plugin versions
terraform {
required_version = "~> 0.13.0"
required_providers {
template = "~> 2.1"
null = "~> 2.1"
ct = {
source = "poseidon/ct"
version = "~> 0.6"
}
matchbox = {
source = "poseidon/matchbox"
version = "~> 0.4.1"
}
}
}