diff options
| author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-02-06 22:13:14 +0100 |
|---|---|---|
| committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-02-06 22:13:14 +0100 |
| commit | 1e0f492b1d7f998cb7996e0f307c1e32a07cea36 (patch) | |
| tree | a38841b266894d6f0b12776cee3f1b20b4469c83 /opentofu/modules/k8s_control_plane/outputs.tf | |
| parent | aeedb9882aa597a45dd43a1664d604c5f1a2d4f8 (diff) | |
| download | homelab-iac-1e0f492b1d7f998cb7996e0f307c1e32a07cea36.tar.gz homelab-iac-1e0f492b1d7f998cb7996e0f307c1e32a07cea36.tar.bz2 homelab-iac-1e0f492b1d7f998cb7996e0f307c1e32a07cea36.zip | |
opentofu: completely migrated k8-cluster.tf to modules
Successfully built on proxmox
Diffstat (limited to '')
| -rw-r--r-- | opentofu/modules/k8s_control_plane/outputs.tf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/opentofu/modules/k8s_control_plane/outputs.tf b/opentofu/modules/k8s_control_plane/outputs.tf new file mode 100644 index 0000000..a081907 --- /dev/null +++ b/opentofu/modules/k8s_control_plane/outputs.tf @@ -0,0 +1,3 @@ +output "vm" { + value = proxmox_vm_qemu.k8s_cp +} |
