Document <resource-tags> element in deployment.xml#4654
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds reference documentation for the new <resource-tags> element in deployment.xml, enabling Vespa Cloud Enclave customers to apply custom tags to cloud resources provisioned in their own cloud accounts.
Changes:
- Documented
<resource-tags>syntax, merge semantics, constraints, limits, and reconciliation behavior indeployment.xmlreference. - Added an Enclave operations note linking to the new reference section.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
en/reference/applications/deployment.html |
Introduces a new resource-tags reference section with syntax, constraints, template variables, and reconciliation semantics. |
en/operations/enclave/operations.md |
Adds a short “Custom resource tags” section linking to the reference documentation. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- New reference section for <resource-tags> and <tag> children - Covers merging, template variables, validation rules, reconciliation - Link from enclave operations page
b756054 to
c27b97a
Compare
frodelu
approved these changes
Apr 20, 2026
hakonhall
reviewed
Apr 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds reference documentation for the new
<resource-tags>element indeployment.xml, which lets Vespa Cloud Enclave customers apply custom tags to the cloud resources (VMs and attached disks) provisioned in their own cloud accounts.Changes
en/reference/applications/deployment.html: new<h2 id="resource-tags">section (betweenbackupandupgrade) covering:<deployment>vs<instance>level, instance wins on key conflict)<tag>attribute table (key, value) with validation rules${tenant},${application},${instance},${environment},${region}(lowercased at resolution)vai_prefix reserved, enclave-only, GCP-strict character rules applied uniformly across AWS/Azure/GCPen/operations/enclave/operations.md: short "Custom resource tags" section linking to the reference.