0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-30 18:42:58 +00:00
terraform-provider-proxmox/docs/data-sources/time.md
2020-10-22 19:10:40 -04:00

508 B

layout title permalink nav_order parent
page Time /data-sources/time 11 Data Sources

Data Source: Time

Retrieves the current time for a specific node.

Example Usage

data "proxmox_virtual_environment_time" "first_node_time" {
  node_name = "first-node"
}

Arguments Reference

  • node_name - (Required) A node name.

Attributes Reference

  • local_time - The node's local time.
  • time_zone - The node's time zone.
  • utc_time - The node's local time formatted as UTC.