lock provider version
All checks were successful
CI / Terraform Format & Validate (push) Successful in 14s
CI / TruffleHog Secrets Scan (push) Successful in 31s

This commit is contained in:
Mauritz Uphoff 2025-05-06 22:21:24 +02:00
parent 395c20c2bd
commit 9e1ffdbfec

View file

@ -2,7 +2,7 @@ terraform {
required_providers {
stackit = {
source = "stackitcloud/stackit"
version = ">0.35.0"
version = "0.51.0"
}
}
}