mirror of
https://github.com/optim-enterprises-bv/terraform-talos.git
synced 2025-11-01 18:58:39 +00:00
11 lines
158 B
HCL
11 lines
158 B
HCL
|
|
terraform {
|
|
required_providers {
|
|
scaleway = {
|
|
source = "scaleway/scaleway"
|
|
version = "~> 2.2.9"
|
|
}
|
|
}
|
|
required_version = ">= 1.0"
|
|
}
|