Skip to content

Commit

Permalink
Fixing the text on the netapp volume storage pool resource for quicks… (
Browse files Browse the repository at this point in the history
#10808) (#18255)

[upstream:f9109ceb7552145f97041d7e10de8e58502d6e3a]

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored May 28, 2024
1 parent 66ccd3d commit e68ef86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion google/services/netapp/resource_netapp_storage_pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func ResourceNetappstoragePool() *schema.Resource {
Type: schema.TypeString,
Required: true,
ForceNew: true,
Description: `Name of the location. Usually a region name, expect for some STANDARD service level pools which require a zone name.`,
Description: `Name of the location. Usually a region name, expect for some FLEX service level pools which require a zone name.`,
},
"name": {
Type: schema.TypeString,
Expand Down
4 changes: 2 additions & 2 deletions website/docs/r/netapp_storage_pool.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ To get more information about storagePool, see:

* [API documentation](https://cloud.google.com/netapp/volumes/docs/reference/rest/v1/projects.locations.storagePools)
* How-to Guides
* [QUICKSTART_TITLE](https://cloud.google.com/netapp/volumes/docs/get-started/quickstarts/create-storage-pool)
* [Quickstart documentation](https://cloud.google.com/netapp/volumes/docs/get-started/quickstarts/create-storage-pool)

<div class = "oics-button" style="float: right; margin: 0 0 -15px">
<a href="https://console.cloud.google.com/cloudshell/open?cloudshell_git_repo=https%3A%2F%2Fgit.luolix.top%2Fterraform-google-modules%2Fdocs-examples.git&cloudshell_image=gcr.io%2Fcloudshell-images%2Fcloudshell%3Alatest&cloudshell_print=.%2Fmotd&cloudshell_tutorial=.%2Ftutorial.md&cloudshell_working_dir=Storage_pool_create&open_in_editor=main.tf" target="_blank">
Expand Down Expand Up @@ -112,7 +112,7 @@ The following arguments are supported:

* `location` -
(Required)
Name of the location. Usually a region name, expect for some STANDARD service level pools which require a zone name.
Name of the location. Usually a region name, expect for some FLEX service level pools which require a zone name.

* `name` -
(Required)
Expand Down

0 comments on commit e68ef86

Please sign in to comment.