upcloud: update terraform provider strict anti-affinity (#10474)

This commit is contained in:
Robin Wallace
2023-10-07 04:45:41 +02:00
committed by GitHub
parent 4846f33136
commit 5194d8306e
9 changed files with 179 additions and 179 deletions

View File

@@ -2,8 +2,8 @@
terraform {
required_providers {
upcloud = {
source = "UpCloudLtd/upcloud"
version = "~>2.7.1"
source = "UpCloudLtd/upcloud"
version = "~>2.12.0"
}
}
required_version = ">= 0.13"