From c0b739f3493f2dc0871415b239ad96d20aebfaf8 Mon Sep 17 00:00:00 2001 From: Benjamin Somers Date: Wed, 24 Jun 2026 13:43:05 +0000 Subject: [PATCH] doc/cloud-init: Change YAML spec domain Signed-off-by: Benjamin Somers --- doc/cloud-init.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cloud-init.md b/doc/cloud-init.md index e264a8153f..423cba2a20 100644 --- a/doc/cloud-init.md +++ b/doc/cloud-init.md @@ -93,7 +93,7 @@ To do so, create the instance with [`incus init`](incus_create.md) instead of [` ### YAML format for `cloud-init` configuration -The `cloud-init` options require YAML's [literal style format](https://yaml.org/spec/1.2.2/#812-literal-style). +The `cloud-init` options require YAML's [literal style format](https://spec.yaml.io/main/spec/1.2.2/#812-literal-style). You use a pipe symbol (`|`) to indicate that all indented text after the pipe should be passed to `cloud-init` as a single string, with new lines and indentation preserved. The `vendor-data` and `user-data` options usually start with `#cloud-config`.