1
0
Fork 0
mirror of https://github.com/poseidon/typhoon synced 2024-06-06 23:06:14 +02:00
typhoon/bare-metal/fedora-coreos/kubernetes/versions.tf

12 lines
211 B
Terraform
Raw Normal View History

# Terraform version and plugin versions
terraform {
required_version = "~> 0.12.6"
required_providers {
matchbox = "~> 0.3"
ct = "~> 0.4"
template = "~> 2.1"
null = "~> 2.1"
}
}