Terraform rules working
This commit is contained in:
8
terraform/outputs.tf
Normal file
8
terraform/outputs.tf
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
output "Master-IPS" {
|
||||
value = ["${proxmox_vm_qemu.proxmox_vm_master.*.default_ipv4_address}"]
|
||||
}
|
||||
|
||||
output "worker-IPS" {
|
||||
value = ["${proxmox_vm_qemu.proxmox_vm_workers.*.default_ipv4_address}"]
|
||||
}
|
||||
Reference in New Issue
Block a user