mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-02 19:43:00 +00:00
555 B
555 B
layout | title | permalink | nav_order | parent | subcategory |
---|---|---|---|---|---|
page | Time | /resources/time | 11 | Resources | Virtual Environment |
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"
}
Argument Reference
node_name
- (Required) A node name.time_zone
- (Required) The node's time zone.
Attribute Reference
local_time
- The node's local time.utc_time
- The node's local time formatted as UTC.