Split project
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
terraform {
|
||||
required_version = ">= 1.15.9"
|
||||
|
||||
required_providers {
|
||||
proxmox = {
|
||||
source = "registry.terraform.io/bpg/proxmox"
|
||||
version = ">= 0.111.1"
|
||||
}
|
||||
talos = {
|
||||
source = "registry.terraform.io/siderolabs/talos"
|
||||
version = "0.11.0"
|
||||
}
|
||||
dns = {
|
||||
source = "registry.terraform.io/hashicorp/dns"
|
||||
version = ">= 3.6.1"
|
||||
}
|
||||
http = {
|
||||
source = "registry.terraform.io/hashicorp/http"
|
||||
version = ">= 3.6.1"
|
||||
}
|
||||
}
|
||||
|
||||
backend "local" {
|
||||
path = "/mnt/nfs/terraform/proxmox/talos.tfstate"
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user