hcornet 30217511ca
Some checks failed
terraform validation / Terraform (push) Failing after 6s
first sync
2025-01-02 19:32:47 +01:00

9 lines
159 B
HCL

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