mirror of
https://github.com/optim-enterprises-bv/terraform-talos.git
synced 2025-10-29 17:42:47 +00:00
9 lines
116 B
HCL
9 lines
116 B
HCL
terraform {
|
|
required_providers {
|
|
vultr = {
|
|
source = "vultr/vultr"
|
|
version = "2.11.4"
|
|
}
|
|
}
|
|
}
|