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