mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-08-23 03:48:35 +00:00
Update docs
This commit is contained in:
parent
ae82c5768f
commit
612ad45a30
@ -1,3 +1,9 @@
|
|||||||
|
## v0.4.1
|
||||||
|
|
||||||
|
OTHER:
|
||||||
|
|
||||||
|
* provider/docs: Fix issue with navigational link titles in Terraform Registry
|
||||||
|
|
||||||
## v0.4.0
|
## v0.4.0
|
||||||
|
|
||||||
FEATURES:
|
FEATURES:
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: Alias
|
title: proxmox_virtual_environment_cluster_alias
|
||||||
permalink: /data-sources/alias
|
permalink: /data-sources/virtual_environment_cluster_alias
|
||||||
nav_order: 1
|
nav_order: 1
|
||||||
parent: Data Sources
|
parent: Data Sources
|
||||||
subcategory: Virtual Environment
|
subcategory: Virtual Environment
|
||||||
---
|
---
|
||||||
|
|
||||||
# Data Source: Alias
|
# Data Source: proxmox_virtual_environment_cluster_alias
|
||||||
|
|
||||||
Retrieves information about a specific alias.
|
Retrieves information about a specific alias.
|
||||||
|
|
@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: Aliases
|
title: proxmox_virtual_environment_cluster_aliases
|
||||||
permalink: /data-sources/aliases
|
permalink: /data-sources/virtual_environment_cluster_aliases
|
||||||
nav_order: 2
|
nav_order: 2
|
||||||
parent: Data Sources
|
parent: Data Sources
|
||||||
subcategory: Virtual Environment
|
subcategory: Virtual Environment
|
||||||
---
|
---
|
||||||
|
|
||||||
# Data Source: Aliases
|
# Data Source: proxmox_virtual_environment_cluster_aliases
|
||||||
|
|
||||||
Retrieves the identifiers for all the available aliases.
|
Retrieves the identifiers for all the available aliases.
|
||||||
|
|
@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: Datastores
|
title: proxmox_virtual_environment_datastores
|
||||||
permalink: /data-sources/datastores
|
permalink: /data-sources/virtual_environment_datastores
|
||||||
nav_order: 3
|
nav_order: 3
|
||||||
parent: Data Sources
|
parent: Data Sources
|
||||||
subcategory: Virtual Environment
|
subcategory: Virtual Environment
|
||||||
---
|
---
|
||||||
|
|
||||||
# Data Source: Datastores
|
# Data Source: proxmox_virtual_environment_datastores
|
||||||
|
|
||||||
Retrieves information about all the datastores available to a specific node.
|
Retrieves information about all the datastores available to a specific node.
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: DNS
|
title: proxmox_virtual_environment_dns
|
||||||
permalink: /data-sources/dns
|
permalink: /data-sources/virtual_environment_dns
|
||||||
nav_order: 4
|
nav_order: 4
|
||||||
parent: Data Sources
|
parent: Data Sources
|
||||||
subcategory: Virtual Environment
|
subcategory: Virtual Environment
|
||||||
---
|
---
|
||||||
|
|
||||||
# Data Source: DNS
|
# Data Source: proxmox_virtual_environment_dns
|
||||||
|
|
||||||
Retrieves the DNS configuration for a specific node.
|
Retrieves the DNS configuration for a specific node.
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: Group
|
title: proxmox_virtual_environment_group
|
||||||
permalink: /data-sources/group
|
permalink: /data-sources/virtual_environment_group
|
||||||
nav_order: 5
|
nav_order: 5
|
||||||
parent: Data Sources
|
parent: Data Sources
|
||||||
subcategory: Virtual Environment
|
subcategory: Virtual Environment
|
||||||
---
|
---
|
||||||
|
|
||||||
# Data Source: Group
|
# Data Source: proxmox_virtual_environment_group
|
||||||
|
|
||||||
Retrieves information about a specific user group.
|
Retrieves information about a specific user group.
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: Groups
|
title: proxmox_virtual_environment_groups
|
||||||
permalink: /data-sources/groups
|
permalink: /data-sources/virtual_environment_groups
|
||||||
nav_order: 6
|
nav_order: 6
|
||||||
parent: Data Sources
|
parent: Data Sources
|
||||||
subcategory: Virtual Environment
|
subcategory: Virtual Environment
|
||||||
---
|
---
|
||||||
|
|
||||||
# Data Source: Groups
|
# Data Source: proxmox_virtual_environment_groups
|
||||||
|
|
||||||
Retrieves basic information about all available user groups.
|
Retrieves basic information about all available user groups.
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: Hosts
|
title: proxmox_virtual_environment_hosts
|
||||||
permalink: /data-sources/hosts
|
permalink: /data-sources/virtual_environment_hosts
|
||||||
nav_order: 7
|
nav_order: 7
|
||||||
parent: Data Sources
|
parent: Data Sources
|
||||||
subcategory: Virtual Environment
|
subcategory: Virtual Environment
|
||||||
---
|
---
|
||||||
|
|
||||||
# Data Source: Hosts
|
# Data Source: proxmox_virtual_environment_hosts
|
||||||
|
|
||||||
Retrieves all the host entries from a specific node.
|
Retrieves all the host entries from a specific node.
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: Nodes
|
title: proxmox_virtual_environment_nodes
|
||||||
permalink: /data-sources/nodes
|
permalink: /data-sources/virtual_environment_nodes
|
||||||
nav_order: 8
|
nav_order: 8
|
||||||
parent: Data Sources
|
parent: Data Sources
|
||||||
subcategory: Virtual Environment
|
subcategory: Virtual Environment
|
||||||
---
|
---
|
||||||
|
|
||||||
# Data Source: Nodes
|
# Data Source: proxmox_virtual_environment_nodes
|
||||||
|
|
||||||
Retrieves information about all available nodes.
|
Retrieves information about all available nodes.
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: Pool
|
title: proxmox_virtual_environment_pool
|
||||||
permalink: /data-sources/pool
|
permalink: /data-sources/virtual_environment_pool
|
||||||
nav_order: 9
|
nav_order: 9
|
||||||
parent: Data Sources
|
parent: Data Sources
|
||||||
subcategory: Virtual Environment
|
subcategory: Virtual Environment
|
||||||
---
|
---
|
||||||
|
|
||||||
# Data Source: Pool
|
# Data Source: proxmox_virtual_environment_pool
|
||||||
|
|
||||||
Retrieves information about a specific resource pool.
|
Retrieves information about a specific resource pool.
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: Pools
|
title: proxmox_virtual_environment_pools
|
||||||
permalink: /data-sources/pools
|
permalink: /data-sources/virtual_environment_pools
|
||||||
nav_order: 10
|
nav_order: 10
|
||||||
parent: Data Sources
|
parent: Data Sources
|
||||||
subcategory: Virtual Environment
|
subcategory: Virtual Environment
|
||||||
---
|
---
|
||||||
|
|
||||||
# Data Source: Pools
|
# Data Source: proxmox_virtual_environment_pools
|
||||||
|
|
||||||
Retrieves the identifiers for all the available resource pools.
|
Retrieves the identifiers for all the available resource pools.
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: Role
|
title: proxmox_virtual_environment_role
|
||||||
permalink: /data-sources/role
|
permalink: /data-sources/virtual_environment_role
|
||||||
nav_order: 11
|
nav_order: 11
|
||||||
parent: Data Sources
|
parent: Data Sources
|
||||||
subcategory: Virtual Environment
|
subcategory: Virtual Environment
|
||||||
---
|
---
|
||||||
|
|
||||||
# Data Source: Role
|
# Data Source: proxmox_virtual_environment_role
|
||||||
|
|
||||||
Retrieves information about a specific role.
|
Retrieves information about a specific role.
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: Roles
|
title: proxmox_virtual_environment_roles
|
||||||
permalink: /data-sources/roles
|
permalink: /data-sources/virtual_environment_roles
|
||||||
nav_order: 12
|
nav_order: 12
|
||||||
parent: Data Sources
|
parent: Data Sources
|
||||||
subcategory: Virtual Environment
|
subcategory: Virtual Environment
|
||||||
---
|
---
|
||||||
|
|
||||||
# Data Source: Roles
|
# Data Source: proxmox_virtual_environment_roles
|
||||||
|
|
||||||
Retrieves information about all the available roles.
|
Retrieves information about all the available roles.
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: Time
|
title: proxmox_virtual_environment_time
|
||||||
permalink: /data-sources/time
|
permalink: /data-sources/virtual_environment_time
|
||||||
nav_order: 13
|
nav_order: 13
|
||||||
parent: Data Sources
|
parent: Data Sources
|
||||||
subcategory: Virtual Environment
|
subcategory: Virtual Environment
|
||||||
---
|
---
|
||||||
|
|
||||||
# Data Source: Time
|
# Data Source: proxmox_virtual_environment_time
|
||||||
|
|
||||||
Retrieves the current time for a specific node.
|
Retrieves the current time for a specific node.
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: User
|
title: proxmox_virtual_environment_user
|
||||||
permalink: /data-sources/user
|
permalink: /data-sources/virtual_environment_user
|
||||||
nav_order: 14
|
nav_order: 14
|
||||||
parent: Data Sources
|
parent: Data Sources
|
||||||
subcategory: Virtual Environment
|
subcategory: Virtual Environment
|
||||||
---
|
---
|
||||||
|
|
||||||
# Data Source: User
|
# Data Source: proxmox_virtual_environment_user
|
||||||
|
|
||||||
Retrieves information about a specific user.
|
Retrieves information about a specific user.
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: Users
|
title: proxmox_virtual_environment_users
|
||||||
permalink: /data-sources/users
|
permalink: /data-sources/virtual_environment_users
|
||||||
nav_order: 15
|
nav_order: 15
|
||||||
parent: Data Sources
|
parent: Data Sources
|
||||||
subcategory: Virtual Environment
|
subcategory: Virtual Environment
|
||||||
---
|
---
|
||||||
|
|
||||||
# Data Source: Users
|
# Data Source: proxmox_virtual_environment_users
|
||||||
|
|
||||||
Retrieves information about all the available users.
|
Retrieves information about all the available users.
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: Version
|
title: proxmox_virtual_environment_version
|
||||||
permalink: /data-sources/version
|
permalink: /data-sources/virtual_environment_version
|
||||||
nav_order: 16
|
nav_order: 16
|
||||||
parent: Data Sources
|
parent: Data Sources
|
||||||
subcategory: Virtual Environment
|
subcategory: Virtual Environment
|
||||||
---
|
---
|
||||||
|
|
||||||
# Data Source: Version
|
# Data Source: proxmox_virtual_environment_version
|
||||||
|
|
||||||
Retrieves the version information from the API endpoint.
|
Retrieves the version information from the API endpoint.
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: Certificate
|
title: proxmox_virtual_environment_certificate
|
||||||
permalink: /resources/certificate
|
permalink: /resources/virtual_environment_certificate
|
||||||
nav_order: 2
|
nav_order: 1
|
||||||
parent: Resources
|
parent: Resources
|
||||||
subcategory: Virtual Environment
|
subcategory: Virtual Environment
|
||||||
---
|
---
|
||||||
|
|
||||||
# Resource: Certificate
|
# Resource: proxmox_virtual_environment_certificate
|
||||||
|
|
||||||
Manages the custom SSL/TLS certificate for a specific node.
|
Manages the custom SSL/TLS certificate for a specific node.
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: Alias
|
title: proxmox_virtual_environment_cluster_alias
|
||||||
permalink: /ressources/alias
|
permalink: /resources/virtual_environment_cluster_alias
|
||||||
nav_order: 1
|
nav_order: 2
|
||||||
parent: Resources
|
parent: Resources
|
||||||
subcategory: Virtual Environment
|
subcategory: Virtual Environment
|
||||||
---
|
---
|
||||||
|
|
||||||
# Resource: Alias
|
# Resource: proxmox_virtual_environment_cluster_alias
|
||||||
|
|
||||||
Aliases are used to see what devices or group of devices are affected by a rule.
|
Aliases are used to see what devices or group of devices are affected by a rule.
|
||||||
We can create aliases to identify an IP address or a network.
|
We can create aliases to identify an IP address or a network.
|
@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: IPSet
|
title: proxmox_virtual_environment_cluster_ipset
|
||||||
permalink: /ressources/ipset
|
permalink: /resources/virtual_environment_cluster_ipset
|
||||||
nav_order: 8
|
nav_order: 3
|
||||||
parent: Resources
|
parent: Resources
|
||||||
subcategory: Virtual Environment
|
subcategory: Virtual Environment
|
||||||
---
|
---
|
||||||
|
|
||||||
# Resource: IPSet
|
# Resource: proxmox_virtual_environment_cluster_ipset
|
||||||
|
|
||||||
An IPSet allows us to group multiple IP addresses, IP subnets and aliases.
|
An IPSet allows us to group multiple IP addresses, IP subnets and aliases.
|
||||||
|
|
@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: Container
|
title: proxmox_virtual_environment_container
|
||||||
permalink: /resources/container
|
permalink: /resources/virtual_environment_container
|
||||||
nav_order: 3
|
nav_order: 4
|
||||||
parent: Resources
|
parent: Resources
|
||||||
subcategory: Virtual Environment
|
subcategory: Virtual Environment
|
||||||
---
|
---
|
||||||
|
|
||||||
# Resource: Container
|
# Resource: proxmox_virtual_environment_container
|
||||||
|
|
||||||
Manages a container.
|
Manages a container.
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: DNS
|
title: proxmox_virtual_environment_dns
|
||||||
permalink: /resources/dns
|
permalink: /resources/virtual_environment_dns
|
||||||
nav_order: 4
|
nav_order: 5
|
||||||
parent: Resources
|
parent: Resources
|
||||||
subcategory: Virtual Environment
|
subcategory: Virtual Environment
|
||||||
---
|
---
|
||||||
|
|
||||||
# Resource: DNS
|
# Resource: proxmox_virtual_environment_dns
|
||||||
|
|
||||||
Manages the DNS configuration for a specific node.
|
Manages the DNS configuration for a specific node.
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: File
|
title: proxmox_virtual_environment_file
|
||||||
permalink: /resources/file
|
permalink: /resources/virtual_environment_file
|
||||||
nav_order: 5
|
nav_order: 6
|
||||||
parent: Resources
|
parent: Resources
|
||||||
subcategory: Virtual Environment
|
subcategory: Virtual Environment
|
||||||
---
|
---
|
||||||
|
|
||||||
# Resource: File
|
# Resource: proxmox_virtual_environment_file
|
||||||
|
|
||||||
Manages a file.
|
Manages a file.
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: Group
|
title: proxmox_virtual_environment_group
|
||||||
permalink: /resources/group
|
permalink: /resources/virtual_environment_group
|
||||||
nav_order: 6
|
nav_order: 7
|
||||||
parent: Resources
|
parent: Resources
|
||||||
subcategory: Virtual Environment
|
subcategory: Virtual Environment
|
||||||
---
|
---
|
||||||
|
|
||||||
# Resource: Group
|
# Resource: proxmox_virtual_environment_group
|
||||||
|
|
||||||
Manages a user group.
|
Manages a user group.
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: Hosts
|
title: proxmox_virtual_environment_hosts
|
||||||
permalink: /resources/hosts
|
permalink: /resources/virtual_environment_hosts
|
||||||
nav_order: 7
|
nav_order: 8
|
||||||
parent: Resources
|
parent: Resources
|
||||||
subcategory: Virtual Environment
|
subcategory: Virtual Environment
|
||||||
---
|
---
|
||||||
|
|
||||||
# Resource: Hosts
|
# Resource: proxmox_virtual_environment_hosts
|
||||||
|
|
||||||
Manages the host entries on a specific node.
|
Manages the host entries on a specific node.
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: Pool
|
title: proxmox_virtual_environment_pool
|
||||||
permalink: /resources/pool
|
permalink: /resources/virtual_environment_pool
|
||||||
nav_order: 9
|
nav_order: 9
|
||||||
parent: Resources
|
parent: Resources
|
||||||
subcategory: Virtual Environment
|
subcategory: Virtual Environment
|
||||||
---
|
---
|
||||||
|
|
||||||
# Resource: Pool
|
# Resource: proxmox_virtual_environment_pool
|
||||||
|
|
||||||
Manages a resource pool.
|
Manages a resource pool.
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: Role
|
title: proxmox_virtual_environment_role
|
||||||
permalink: /resources/role
|
permalink: /resources/virtual_environment_role
|
||||||
nav_order: 10
|
nav_order: 10
|
||||||
parent: Resources
|
parent: Resources
|
||||||
subcategory: Virtual Environment
|
subcategory: Virtual Environment
|
||||||
---
|
---
|
||||||
|
|
||||||
# Resource: Role
|
# Resource: proxmox_virtual_environment_role
|
||||||
|
|
||||||
Manages a role.
|
Manages a role.
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: Time
|
title: proxmox_virtual_environment_time
|
||||||
permalink: /resources/time
|
permalink: /resources/virtual_environment_time
|
||||||
nav_order: 11
|
nav_order: 11
|
||||||
parent: Resources
|
parent: Resources
|
||||||
subcategory: Virtual Environment
|
subcategory: Virtual Environment
|
||||||
---
|
---
|
||||||
|
|
||||||
# Resource: Time
|
# Resource: proxmox_virtual_environment_time
|
||||||
|
|
||||||
Manages the time for a specific node.
|
Manages the time for a specific node.
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: User
|
title: proxmox_virtual_environment_user
|
||||||
permalink: /resources/user
|
permalink: /resources/virtual_environment_user
|
||||||
nav_order: 12
|
nav_order: 12
|
||||||
parent: Resources
|
parent: Resources
|
||||||
subcategory: Virtual Environment
|
subcategory: Virtual Environment
|
||||||
---
|
---
|
||||||
|
|
||||||
# Resource: User
|
# Resource: proxmox_virtual_environment_user
|
||||||
|
|
||||||
Manages a user.
|
Manages a user.
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: VM
|
title: proxmox_virtual_environment_vm
|
||||||
permalink: /resources/vm
|
permalink: /resources/virtual_environment_vm
|
||||||
nav_order: 13
|
nav_order: 13
|
||||||
parent: Resources
|
parent: Resources
|
||||||
subcategory: Virtual Environment
|
subcategory: Virtual Environment
|
||||||
---
|
---
|
||||||
|
|
||||||
# Resource: VM
|
# Resource: proxmox_virtual_environment_vm
|
||||||
|
|
||||||
Manages a virtual machine.
|
Manages a virtual machine.
|
||||||
|
|
@ -9,5 +9,5 @@ const (
|
|||||||
TerraformProviderName = "terraform-provider-proxmox"
|
TerraformProviderName = "terraform-provider-proxmox"
|
||||||
|
|
||||||
// TerraformProviderVersion specifies the version number.
|
// TerraformProviderVersion specifies the version number.
|
||||||
TerraformProviderVersion = "0.4.0"
|
TerraformProviderVersion = "0.4.1"
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user