Skip to content

Commit

Permalink
Update the example kind values in the docs
Browse files Browse the repository at this point in the history
VM is not a thing

Signed-off-by: Tim Smith <tsmith84@gmail.com>
  • Loading branch information
tas50 committed Jan 9, 2025
1 parent 57b338a commit 0680aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/core/resources/core.lr
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ asset @defaults("name platform version") {
// Platform for this asset (redhat, windows, k8s-pod)
platform string
// Kind of platform, for example:
// api, baremetal, vm, vm-image, container, container-image, network, ...
// api, baremetal, virtualmachine, container, container-image, network, ...

Check warning on line 30 in providers/core/resources/core.lr

View workflow job for this annotation

GitHub Actions / Run spell check

`virtualmachine` is not a recognized word. (unrecognized-spelling)
kind string
// Runtime is the specific kind of the platform. Examples include:
// docker-container, podman-container, aws-ec2-instance, ...
Expand Down

0 comments on commit 0680aba

Please sign in to comment.