hcornet ae12f41e30
Some checks failed
terraform validation / Terraform (push) Failing after 6s
first sync
2025-01-02 14:25:42 +01:00

9 lines
157 B
HCL

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