docs(integrations): Add Terraform provider reference#105
Conversation
| ### `ukc_instance` | ||
|
|
||
| Creates a VM instance. | ||
| All changes require replacement — in-place updates are not supported. |
There was a problem hiding this comment.
🚫 [vale] reported by reviewdog 🐶
[Microsoft.Dashes] Remove the spaces around ' — '.
| ### `ukc_instance` | ||
|
|
||
| Creates a VM instance. | ||
| All changes require replacement — in-place updates are not supported. |
There was a problem hiding this comment.
🚫 [vale] reported by reviewdog 🐶
[Microsoft.Contractions] Use 'aren't' instead of 'are not'.
| | Attribute | Type | Required | Description | | ||
| |-----------|------|----------|-------------| | ||
| | `cn` | string | Yes | Common name (subject) | | ||
| | `chain` | string | Yes | PEM-encoded certificate chain | |
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[Microsoft.Acronyms] 'PEM' has no definition.
| |-----------|------|----------|-------------| | ||
| | `cn` | string | Yes | Common name (subject) | | ||
| | `chain` | string | Yes | PEM-encoded certificate chain | | ||
| | `pkey` | string | Yes (sensitive) | PEM-encoded private key | |
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[Microsoft.Acronyms] 'PEM' has no definition.
| ### `ukc_volume` | ||
|
|
||
| Creates a persistent volume. | ||
| The `size_mb` attribute can be changed in place — the only mutable field across all resources. |
There was a problem hiding this comment.
🚫 [vale] reported by reviewdog 🐶
[write-good.Passive] 'be changed' may be passive voice. Use active voice if you can.
| ### `ukc_volume` | ||
|
|
||
| Creates a persistent volume. | ||
| The `size_mb` attribute can be changed in place — the only mutable field across all resources. |
There was a problem hiding this comment.
🚫 [vale] reported by reviewdog 🐶
[Microsoft.Dashes] Remove the spaces around ' — '.
|
|
||
| * The `kraft cloud` [command-line tool reference](/cli/) | ||
| * Unikraft Cloud's [REST API reference](/api/platform/v1) | ||
| * [Kubernetes integration](/integrations/kubernetes) — Alternative Kubernetes-native integration |
There was a problem hiding this comment.
🚫 [vale] reported by reviewdog 🐶
[Microsoft.Dashes] Remove the spaces around ' — '.
4e0a206 to
aa9c022
Compare
| ### `ukc_instance` | ||
|
|
||
| Creates a VM instance. | ||
| All changes require replacement; the provider doesn't support in-place updates for this resource. |
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[Microsoft.Semicolon] Try to simplify this sentence.
aa9c022 to
801765d
Compare
Signed-off-by: Jerome Jaggi <jerome@unikraft.io>
801765d to
f5724ee
Compare
Summary
Files changed
pages/integrations/terraform.mdx(new)