mirror of
https://github.com/optim-enterprises-bv/terraform-talos.git
synced 2025-10-29 17:42:47 +00:00
Image
This commit is contained in:
@@ -1,8 +1,15 @@
|
||||
|
||||
data "vultr_snapshot" "talos" {
|
||||
filter {
|
||||
name = "description"
|
||||
values = ["talos system disk"]
|
||||
}
|
||||
}
|
||||
|
||||
resource "vultr_instance" "controlplane" {
|
||||
plan = "vc2-1c-1gb"
|
||||
region = "ams"
|
||||
snapshot_id = "0d6f3e7b-62e6-429b-ac53-53108843ee21"
|
||||
snapshot_id = data.vultr_snapshot.talos.id
|
||||
label = "talos"
|
||||
tag = "controlplane"
|
||||
hostname = "master-1"
|
||||
|
||||
Reference in New Issue
Block a user