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
10 lines
158 B
HCL
10 lines
158 B
HCL
|
|
terraform {
|
|
required_providers {
|
|
upcloud = {
|
|
source = "UpCloudLtd/upcloud"
|
|
version = "~>2.4.0"
|
|
}
|
|
}
|
|
required_version = ">= 0.13"
|
|
}
|