mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-06-08 20:47:59 +00:00
b9e5b0cb53
* [upcloud] add option to use preconfigured cpu/mem plan * [upcloud] add option to use firewall rules for API server/SSH access * [upcloud] add option to use managed load balancer
11 lines
158 B
Terraform
11 lines
158 B
Terraform
|
|
terraform {
|
|
required_providers {
|
|
upcloud = {
|
|
source = "UpCloudLtd/upcloud"
|
|
version = "~>2.4.0"
|
|
}
|
|
}
|
|
required_version = ">= 0.13"
|
|
}
|