terraform-modules/postgres/providers.tf
2025-10-15 09:32:20 +02:00

8 lines
130 B
HCL

terraform {
required_providers {
stackit = {
source = "stackitcloud/stackit"
version = "~> 0.68.0"
}
}
}