mirror of
https://github.com/Telmate/terraform-provider-proxmox.git
synced 2025-12-18 22:46:04 -05:00
docs: fix only spelled as ony
This commit is contained in:
parent
6053c5c9d6
commit
54e41c56c3
1 changed files with 7 additions and 7 deletions
|
|
@ -75,7 +75,7 @@ resource "proxmox_lxc_guest" "minimal-example" {
|
|||
|
||||
### Clone Reference
|
||||
|
||||
The `clone` field is used to configure the clone settings. It may ony be specified once.
|
||||
The `clone` field is used to configure the clone settings. It may only be specified once.
|
||||
|
||||
| Argument | Type | Default Value | Description |
|
||||
|:---------------|---------|---------------|:------------|
|
||||
|
|
@ -85,7 +85,7 @@ The `clone` field is used to configure the clone settings. It may ony be specifi
|
|||
|
||||
### CPU Reference
|
||||
|
||||
The `cpu` field is used to configure the CPU settings. It may ony be specified once.
|
||||
The `cpu` field is used to configure the CPU settings. It may only be specified once.
|
||||
|
||||
| Argument | Type | Default Value | Description |
|
||||
|:---------|------|---------------|:------------|
|
||||
|
|
@ -95,7 +95,7 @@ The `cpu` field is used to configure the CPU settings. It may ony be specified o
|
|||
|
||||
### DNS Reference
|
||||
|
||||
The `dns` field is used to configure the DNS settings. It may ony be specified once.
|
||||
The `dns` field is used to configure the DNS settings. It may only be specified once.
|
||||
|
||||
| Argument | Type | Default Value | Description |
|
||||
|:--------------|---------|---------------|:------------|
|
||||
|
|
@ -104,7 +104,7 @@ The `dns` field is used to configure the DNS settings. It may ony be specified o
|
|||
|
||||
### Features Reference
|
||||
|
||||
The `features` field is used to configure the feature settings. It may ony be specified once.
|
||||
The `features` field is used to configure the feature settings. It may only be specified once.
|
||||
|
||||
| Argument | Type | Default Value | Description |
|
||||
|:----------------|---------|---------------|:------------|
|
||||
|
|
@ -113,7 +113,7 @@ The `features` field is used to configure the feature settings. It may ony be sp
|
|||
|
||||
#### Features Privileged Reference
|
||||
|
||||
The `features.privileged` field is used to configure the privileged feature settings. It may ony be specified once. `features.privileged` is mutually exclusive with `features.unprivileged`. Top-level `privileged = true` is required to use this.
|
||||
The `features.privileged` field is used to configure the privileged feature settings. It may only be specified once. `features.privileged` is mutually exclusive with `features.unprivileged`. Top-level `privileged = true` is required to use this.
|
||||
|
||||
| Argument | Type | Default Value | Description |
|
||||
|:---------------------|--------|---------------|:------------|
|
||||
|
|
@ -125,7 +125,7 @@ The `features.privileged` field is used to configure the privileged feature sett
|
|||
|
||||
#### Features Unprivileged Reference
|
||||
|
||||
The `features.unprivileged` field is used to configure the unprivileged feature settings. It may ony be specified once. `features.unprivileged` is mutually exclusive with `features.privileged`. Top-level `unprivileged = true` is required to use this.
|
||||
The `features.unprivileged` field is used to configure the unprivileged feature settings. It may only be specified once. `features.unprivileged` is mutually exclusive with `features.privileged`. Top-level `unprivileged = true` is required to use this.
|
||||
|
||||
| Argument | Type | Default Value | Description |
|
||||
|:---------------------|--------|---------------|:------------|
|
||||
|
|
@ -264,7 +264,7 @@ The `networks` field is used to configure the network interfaces. It may only be
|
|||
|
||||
### Startup and Shutdown Reference
|
||||
|
||||
The `startup_shutdown` field is used to configure the startup and shutdown settings. It may ony be specified once.
|
||||
The `startup_shutdown` field is used to configure the startup and shutdown settings. It may only be specified once.
|
||||
|
||||
| Argument | Type | Default Value | Description |
|
||||
|:--------------------|------|---------------|:------------|
|
||||
|
|
|
|||
Loading…
Reference in a new issue