change version constraint for ske module
This commit is contained in:
parent
4de6f8a4df
commit
06b2db44bb
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ terraform {
|
|||
required_providers {
|
||||
stackit = {
|
||||
source = "stackitcloud/stackit"
|
||||
version = "~> 0.50.0"
|
||||
version = ">= 0.50.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue