Files
garage/modules/keys/providers.tf
VC 37a1fcf28c
Some checks failed
terraform-lint / terraform-lint (push) Failing after 0s
🚨: make tflint happy
2025-11-13 09:26:40 +01:00

10 lines
153 B
HCL

terraform {
required_providers {
garage = {
source = "ceski23/garage2"
version = "0.1.1"
}
}
required_version = "~> 1.10.7"
}