mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-01 19:12:59 +00:00
524 B
524 B
layout | title | permalink | nav_order | parent |
---|---|---|---|---|
page | Time | /resources/time | 11 | Resources |
Resource: Time
Manages the time for a specific node.
Example Usage
resource "proxmox_virtual_environment_time" "first_node_time" {
node_name = "first-node"
time_zone = "UTC"
}
Arguments Reference
node_name
- (Required) A node name.time_zone
- (Required) The node's time zone.
Attributes Reference
local_time
- The node's local time.utc_time
- The node's local time formatted as UTC.