stackit-service-prefixes/versions.tf
Markus Brunsch 61191cce38
init
2025-11-19 15:33:57 +01:00

18 lines
No EOL
377 B
HCL

/*
Copyright 2025 STACKIT GmbH & Co. KG <markus.brunsch@stackit.cloud>
Use of this source code is governed by an MIT-style
license that can be found in the LICENSE file or at
https://opensource.org/licenses/MIT.
*/
terraform {
required_version = ">= 1.0"
required_providers {
stackit = {
source = "stackitcloud/stackit"
version = ">= 0.71.0"
}
}
}