mirror of
https://github.com/puppetmaster/typhoon.git
synced 2024-12-26 08:29:34 +01:00
ddc75e99ac
* Several known hacks and broken areas * Download v1.10 Kubelet from release tarball * Install flannel CNI binaries to /opt/cni * Switch SELinux to Permissive * Disable firewalld service * port-forward won't work, socat missing
22 lines
260 B
HCL
22 lines
260 B
HCL
# Terraform version and plugin versions
|
|
|
|
terraform {
|
|
required_version = ">= 0.10.4"
|
|
}
|
|
|
|
provider "local" {
|
|
version = "~> 1.0"
|
|
}
|
|
|
|
provider "null" {
|
|
version = "~> 1.0"
|
|
}
|
|
|
|
provider "template" {
|
|
version = "~> 1.0"
|
|
}
|
|
|
|
provider "tls" {
|
|
version = "~> 1.0"
|
|
}
|