Skip to content

Commit

Permalink
Updating the powerscale-go-client.zip
Browse files Browse the repository at this point in the history
  • Loading branch information
trisha-dell committed Nov 29, 2024
1 parent ac5a89e commit 0e48986
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/resources/storagepool_tier.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ limitations under the License.
resource "powerscale_storagepool_tier" "example" {
# Required field both for creating and updating
name = "Sample_terraform_tier_7"
name = "Sample_terraform_tier_7"
# Optional parameters
children = [
Expand Down
4 changes: 2 additions & 2 deletions examples/resources/powerscale_storagepool_tier/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ limitations under the License.

resource "powerscale_storagepool_tier" "example" {
# Required field both for creating and updating
name = "Sample_terraform_tier_7"
name = "Sample_terraform_tier_7"

# Optional parameters
children = [
"x410_34tb_1.6tb-ssd_64gb"
]
transfer_limit_pct = 40
}
}

0 comments on commit 0e48986

Please sign in to comment.