Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dannawang0221 committed Mar 24, 2023
1 parent ffddd9c commit bdb1b3f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -745,14 +745,14 @@ ephemeral_storage_config {
local_ssd_count = 2
}
```
* `ephemeral_storage_local_ssd_config` - (Optional) Parameters for the ephemeral storage filesystem. If unspecified, ephemeral storage is backed by the boot disk. Structure is [documented below](#nested_ephemeral_storage_config).
* `ephemeral_storage_local_ssd_config` - (Optional) Parameters for the ephemeral storage filesystem. If unspecified, ephemeral storage is backed by the boot disk. Structure is [documented below](#nested_ephemeral_storage_local_ssd_config).

```hcl
ephemeral_storage_local_ssd_config {
local_ssd_count = 2
}
```
* `local_nvme_ssd_block_config` - (Optional) Parameters for the raw block local NVMe SSD. Structure is [documented below](#nested_ephemeral_storage_config).
* `local_nvme_ssd_block_config` - (Optional) Parameters for the raw block local NVMe SSD. Structure is [documented below](#nested_local_nvme_ssd_block_config).

```hcl
local_nvme_ssd_block_config {
Expand Down

0 comments on commit bdb1b3f

Please sign in to comment.