terraform-modules/redis/providers.tf

9 lines
131 B
HCL

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