chore(docs): improve docs for image_v2 and machine_type (#977)
* chore(docs): improve docs for image_v2 and machine_type Signed-off-by: Mauritz Uphoff <mauritz.uphoff@stackit.cloud> * review changes Signed-off-by: Mauritz Uphoff <mauritz.uphoff@stackit.cloud> --------- Signed-off-by: Mauritz Uphoff <mauritz.uphoff@stackit.cloud>
This commit is contained in:
parent
0eaaf75588
commit
7c1920f55e
4 changed files with 32 additions and 10 deletions
|
|
@ -178,6 +178,10 @@ func (d *imageDataV2Source) Schema(_ context.Context, _ datasource.SchemaRequest
|
|||
" ignore_changes = [boot_volume[0].source_id]\n"+
|
||||
" }\n"+
|
||||
"}\n"+
|
||||
"```\n\n"+
|
||||
"You can also list available images using the [STACKIT CLI](https://github.com/stackitcloud/stackit-cli):\n\n"+
|
||||
"```bash\n"+
|
||||
"stackit image list\n"+
|
||||
"```",
|
||||
), core.Datasource)
|
||||
resp.Schema = schema.Schema{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue