mirror of
https://github.com/optim-enterprises-bv/terraform-talos.git
synced 2025-10-30 01:52:18 +00:00
15 lines
234 B
HCL
15 lines
234 B
HCL
|
|
terraform {
|
|
required_providers {
|
|
scaleway = {
|
|
source = "scaleway/scaleway"
|
|
version = "~> 2.43.0"
|
|
}
|
|
sops = {
|
|
source = "carlpett/sops"
|
|
version = "1.0.0"
|
|
}
|
|
}
|
|
required_version = ">= 1.0"
|
|
}
|