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 ce87365
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit ce87365

Please sign in to comment.