generated from professional-service-best-practices/best-practice-template
18 lines
No EOL
377 B
HCL
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"
|
|
}
|
|
}
|
|
} |