hcornet 3819d99566
Some checks failed
terraform validation / Terraform (push) Failing after 10s
first sync
2025-01-02 20:08:08 +01:00

9 lines
159 B
HCL

terraform {
required_providers {
scaleway = {
source = "scaleway/scaleway"
version = "~> 2.41.0"
}
}
required_version = ">= 1.7.5"
}