Skip to content

Commit

Permalink
fix: make volume optional in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiGuranIonos committed Jan 22, 2025
1 parent 3d19ed1 commit 384d41c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/server.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ resource "ionoscloud_server" "test" {
- `licence_type` - (Optional)[string] Sets the OS type of the server.
- `cpu_family` - (Optional)[string] CPU architecture on which server gets provisioned; not all CPU architectures are available in all datacenter regions; available CPU architectures can be retrieved from the datacenter resource. E.g.: "INTEL_SKYLAKE" or "INTEL_XEON".
- `vm_state` - (Optional)[string] Sets the power state of the server. E.g: `RUNNING`, `SHUTOFF` or `SUSPENDED`. SUSPENDED state is only valid for cube. SHUTOFF state is only valid for enterprise.
- `volume` - (Required) See the [Volume](volume.md) section.
- `volume` - (Optional) See the [Volume](volume.md) section.
- `nic` - (Optional) See the [Nic](nic.md) section.
- `firewall` - (Optional) Allows to define firewall rules inline in the server. See the [Firewall](firewall.md) section.
- `boot_volume` - (Computed) The associated boot volume.
Expand Down

0 comments on commit 384d41c

Please sign in to comment.