terraform-modules/postgres/providers.tf

8 lines
127 B
HCL

terraform {
required_providers {
stackit = {
source = "stackitcloud/stackit"
version = "0.74.0"
}
}
}