From b19d28e841926a1433a1898777b984a3b659edd5 Mon Sep 17 00:00:00 2001 From: pileus-lines Date: Thu, 27 Mar 2025 20:14:09 +0100 Subject: [PATCH] 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 --- docs/resources/virtual_environment_container.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/resources/virtual_environment_container.md b/docs/resources/virtual_environment_container.md index fb360ab2..3374d1f8 100644 --- a/docs/resources/virtual_environment_container.md +++ b/docs/resources/virtual_environment_container.md @@ -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`).