mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-01 19:12:59 +00:00
29 lines
541 B
Markdown
29 lines
541 B
Markdown
---
|
|
layout: page
|
|
title: Version
|
|
permalink: /data-sources/version
|
|
nav_order: 14
|
|
parent: Data Sources
|
|
---
|
|
|
|
# Data Source: Version
|
|
|
|
Retrieves the version information from the API endpoint.
|
|
|
|
## Example Usage
|
|
|
|
```
|
|
data "proxmox_virtual_environment_version" "current_version" {}
|
|
```
|
|
|
|
## Arguments Reference
|
|
|
|
There are no arguments available for this data source.
|
|
|
|
## Attributes Reference
|
|
|
|
* `keyboard_layout` - The keyboard layout.
|
|
* `release` - The release number.
|
|
* `repository_id` - The repository identifier.
|
|
* `version` - The version string.
|