1
0
Fork 0
mirror of https://github.com/poseidon/typhoon synced 2024-05-18 05:26:10 +02:00
typhoon/bare-metal/flatcar-linux/kubernetes/versions.tf
2021-04-11 15:26:54 -07:00

21 lines
334 B
HCL

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