diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-02-18 21:03:00 +0100 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-02-18 21:03:00 +0100 |
commit | 1e1a8a1f3f4a8586072d3e31d2bef9c27786d448 (patch) | |
tree | 95b1618e62c971265f1df55131e1a784d2e3d873 /opentofu/modules/k8s_control_plane/outputs.tf | |
parent | 8af7efa1e03c1d37cf34197249e487348d382d82 (diff) |
Also changes the id of the packer images,
now starting at the "end" (999), while VMs start at 100
Diffstat (limited to 'opentofu/modules/k8s_control_plane/outputs.tf')
-rw-r--r-- | opentofu/modules/k8s_control_plane/outputs.tf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/opentofu/modules/k8s_control_plane/outputs.tf b/opentofu/modules/k8s_control_plane/outputs.tf deleted file mode 100644 index a081907..0000000 --- a/opentofu/modules/k8s_control_plane/outputs.tf +++ /dev/null @@ -1,3 +0,0 @@ -output "vm" { - value = proxmox_vm_qemu.k8s_cp -} |