From 8427d06e8f2fd8417a44c77a39f7af9da2d6f4f0 Mon Sep 17 00:00:00 2001 From: "PC-2NR0VQ3\\wai.wong" Date: Fri, 29 Nov 2024 09:14:30 +0000 Subject: [PATCH] fix: typo --- docs/data-sources/cluster.md | 4 ++-- docs/data-sources/faraway_replica.md | 2 +- docs/data-sources/pgd.md | 2 +- docs/resources/cluster.md | 2 +- docs/resources/faraway_replica.md | 2 +- docs/resources/pgd.md | 2 +- pkg/provider/common.go | 2 +- pkg/provider/data_source_cluster.go | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/data-sources/cluster.md b/docs/data-sources/cluster.md index 9ae72b87..53376e6d 100644 --- a/docs/data-sources/cluster.md +++ b/docs/data-sources/cluster.md @@ -289,7 +289,7 @@ Required: - `size` (String) Size of the volume. It can be set to different values depending on your volume type and properties. - `volume_properties` (String) Volume properties in accordance with the selected volume type. -- `volume_type` (String) Volume type. For Azure: "azurepremiumstorage" or "ultradisk". For AWS: "gp3", "io2", org s "io2-block-express". For Google Cloud: only "pd-ssd". +- `volume_type` (String) Volume type. For Azure: "azurepremiumstorage" or "ultradisk". For AWS: "gp3", "io2", or "io2-block-express". For Google Cloud: only "pd-ssd". Optional: @@ -317,7 +317,7 @@ Required: - `size` (String) Size of the volume. It can be set to different values depending on your volume type and properties. - `volume_properties` (String) Volume properties in accordance with the selected volume type. -- `volume_type` (String) Volume type. For Azure: "azurepremiumstorage" or "ultradisk". For AWS: "gp3", "io2", org s "io2-block-express". For Google Cloud: only "pd-ssd". +- `volume_type` (String) Volume type. For Azure: "azurepremiumstorage" or "ultradisk". For AWS: "gp3", "io2", or "io2-block-express". For Google Cloud: only "pd-ssd". Optional: diff --git a/docs/data-sources/faraway_replica.md b/docs/data-sources/faraway_replica.md index f001e384..cbbffcc8 100644 --- a/docs/data-sources/faraway_replica.md +++ b/docs/data-sources/faraway_replica.md @@ -211,7 +211,7 @@ Required: - `size` (String) Size of the volume. It can be set to different values depending on your volume type and properties. - `volume_properties` (String) Volume properties in accordance with the selected volume type. -- `volume_type` (String) Volume type. For Azure: "azurepremiumstorage" or "ultradisk". For AWS: "gp3", "io2", org s "io2-block-express". For Google Cloud: only "pd-ssd". +- `volume_type` (String) Volume type. For Azure: "azurepremiumstorage" or "ultradisk". For AWS: "gp3", "io2", or "io2-block-express". For Google Cloud: only "pd-ssd". Optional: diff --git a/docs/data-sources/pgd.md b/docs/data-sources/pgd.md index 4e57ff74..a9d9dc2b 100644 --- a/docs/data-sources/pgd.md +++ b/docs/data-sources/pgd.md @@ -143,7 +143,7 @@ Required: - `size` (String) Size of the volume. It can be set to different values depending on your volume type and properties. - `volume_properties` (String) Volume properties in accordance with the selected volume type. -- `volume_type` (String) Volume type. For Azure: "azurepremiumstorage" or "ultradisk". For AWS: "gp3", "io2", org s "io2-block-express". For Google Cloud: only "pd-ssd". +- `volume_type` (String) Volume type. For Azure: "azurepremiumstorage" or "ultradisk". For AWS: "gp3", "io2", or "io2-block-express". For Google Cloud: only "pd-ssd". Optional: diff --git a/docs/resources/cluster.md b/docs/resources/cluster.md index a776b710..e06c8841 100644 --- a/docs/resources/cluster.md +++ b/docs/resources/cluster.md @@ -481,7 +481,7 @@ Required: - `size` (String) Size of the volume. It can be set to different values depending on your volume type and properties. - `volume_properties` (String) Volume properties in accordance with the selected volume type. -- `volume_type` (String) Volume type. For Azure: "azurepremiumstorage" or "ultradisk". For AWS: "gp3", "io2", org s "io2-block-express". For Google Cloud: only "pd-ssd". +- `volume_type` (String) Volume type. For Azure: "azurepremiumstorage" or "ultradisk". For AWS: "gp3", "io2", or "io2-block-express". For Google Cloud: only "pd-ssd". Optional: diff --git a/docs/resources/faraway_replica.md b/docs/resources/faraway_replica.md index d62d72e5..c778a0b9 100644 --- a/docs/resources/faraway_replica.md +++ b/docs/resources/faraway_replica.md @@ -270,7 +270,7 @@ Required: - `size` (String) Size of the volume. It can be set to different values depending on your volume type and properties. - `volume_properties` (String) Volume properties in accordance with the selected volume type. -- `volume_type` (String) Volume type. For Azure: "azurepremiumstorage" or "ultradisk". For AWS: "gp3", "io2", org s "io2-block-express". For Google Cloud: only "pd-ssd". +- `volume_type` (String) Volume type. For Azure: "azurepremiumstorage" or "ultradisk". For AWS: "gp3", "io2", or "io2-block-express". For Google Cloud: only "pd-ssd". Optional: diff --git a/docs/resources/pgd.md b/docs/resources/pgd.md index 55927d44..81fa1bdd 100644 --- a/docs/resources/pgd.md +++ b/docs/resources/pgd.md @@ -1136,7 +1136,7 @@ Required: - `size` (String) Size of the volume. It can be set to different values depending on your volume type and properties. - `volume_properties` (String) Volume properties in accordance with the selected volume type. -- `volume_type` (String) Volume type. For Azure: "azurepremiumstorage" or "ultradisk". For AWS: "gp3", "io2", org s "io2-block-express". For Google Cloud: only "pd-ssd". +- `volume_type` (String) Volume type. For Azure: "azurepremiumstorage" or "ultradisk". For AWS: "gp3", "io2", or "io2-block-express". For Google Cloud: only "pd-ssd". Optional: diff --git a/pkg/provider/common.go b/pkg/provider/common.go index 4d3e9a51..3129168c 100644 --- a/pkg/provider/common.go +++ b/pkg/provider/common.go @@ -67,7 +67,7 @@ var resourceWal = schema.SingleNestedAttribute{ Required: true, }, "volume_type": schema.StringAttribute{ - Description: "Volume type. For Azure: \"azurepremiumstorage\" or \"ultradisk\". For AWS: \"gp3\", \"io2\", org s \"io2-block-express\". For Google Cloud: only \"pd-ssd\".", + Description: "Volume type. For Azure: \"azurepremiumstorage\" or \"ultradisk\". For AWS: \"gp3\", \"io2\", or \"io2-block-express\". For Google Cloud: only \"pd-ssd\".", Required: true, }, }, diff --git a/pkg/provider/data_source_cluster.go b/pkg/provider/data_source_cluster.go index 56e55014..c181274c 100644 --- a/pkg/provider/data_source_cluster.go +++ b/pkg/provider/data_source_cluster.go @@ -131,7 +131,7 @@ func (c *clusterDataSource) Schema(ctx context.Context, req datasource.SchemaReq Required: true, }, "volume_type": schema.StringAttribute{ - Description: "Volume type. For Azure: \"azurepremiumstorage\" or \"ultradisk\". For AWS: \"gp3\", \"io2\", org s \"io2-block-express\". For Google Cloud: only \"pd-ssd\".", + Description: "Volume type. For Azure: \"azurepremiumstorage\" or \"ultradisk\". For AWS: \"gp3\", \"io2\", or \"io2-block-express\". For Google Cloud: only \"pd-ssd\".", Required: true, }, },