Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: improve document for hbase_instance_types. #7342

Merged
merged 1 commit into from
Jun 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions website/docs/d/hbase_instance_types.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ description: |-
Provides a list of availability instance_types for HBase that can be used by an Alibaba Cloud account.
---

# alicloud\_hbase\_instance\_types
# alicloud_hbase_instance_types

This data source provides availability instance_types for HBase that can be accessed by an Alibaba Cloud account within the region configured in the provider.

-> **NOTE:** Available in v1.106.0+.
-> **NOTE:** Available since v1.106.0.

## Example Usage

Expand Down Expand Up @@ -66,7 +66,6 @@ The following attributes are exported in addition to the arguments listed above:
* `category` - Name of the category, single or cluster.
* `storage_type` - Name of the storage type.
* `instance_type` - Name of the instance type.
* `instance_type` - Name of the instance type.
* `cpu_size` - Cpu size of the instance type.
* `mem_size` - Mem size of the instance type.
* `max_core_count` - Max count of the core instance nodes.
Loading