Skip to content

Commit

Permalink
fix: requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wai-wong-edb committed Nov 27, 2024
1 parent 3bae5f6 commit e5d52f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/provider/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func buildAPIReqAssignTags(tfRsrcTags []commonTerraform.Tag) []commonApi.Tag {
}

var resourceWal = schema.SingleNestedAttribute{
Description: "Write-Ahead Logs (WAL) Storage.",
Description: "Use a separate storage volume for Write-Ahead Logs (Recommended for high write workloads)",
Optional: true,
Attributes: map[string]schema.Attribute{
"iops": schema.StringAttribute{
Expand Down
2 changes: 1 addition & 1 deletion pkg/provider/resource_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ func (c *clusterResource) Schema(ctx context.Context, req resource.SchemaRequest
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,
},
},
Expand Down

0 comments on commit e5d52f9

Please sign in to comment.