terraform-modules/redis/providers.tf

9 lines
128 B
HCL

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