0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-30 02:31:10 +00:00

fix(docs): clarify tags behaviour for container (#1851)

Update virtual_environment_container.md

List of tags unsorted do not impact `terraform plan` differences seen by terraform. But having tags with capital letters do.

Signed-off-by: pileus-lines <pileus@savaneprod.fr>
This commit is contained in:
pileus-lines 2025-03-27 20:14:09 +01:00 committed by GitHub
parent 237afa1c1c
commit b19d28e841
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -222,8 +222,8 @@ output "ubuntu_container_public_key" {
- `start_on_boot` - (Optional) Automatically start container when the host
system boots (defaults to `true`).
- `tags` - (Optional) A list of tags the container tags. This is only meta
information (defaults to `[]`). Note: Proxmox always sorts the container tags.
If the list in template is not sorted, then Proxmox will always report a
information (defaults to `[]`). Note: Proxmox always sorts the container tags and set them to lowercase.
If tag contains capital letters, then Proxmox will always report a
difference on the resource. You may use the `ignore_changes` lifecycle
meta-argument to ignore changes to this attribute.
- `template` - (Optional) Whether to create a template (defaults to `false`).