terraform/map-private-ip-address¶
Cluster UUID that created the alert
Provides the Terraform self.[name] reference that should be stored in the DRP Machine.Name field.
Uses the ${self.[path]}
address space used from inside the Terraform resource so self.
is required.
This allows users to create machines using the Terraform Instance Name from a Terraform run
If missing, uses the terraform/map-ip-address
Typical values:
* aws: self.private_ip
* azure: self.private_ip_address
* google: self.network_interface[0].network_ip
* linode: self.private_ip_address
* digitalocean: self.ipv4_address_private
* pnap: tolist(self.private_ip_addresses)[0]
* oracle: self.private_ip
* proxmox: not applicable
For proxmox
instances, no IP Addresses are recorded in the Terraform state file. This value
can not be used for proxmox
private cloud instances.