-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix: Add document for st-alicloud_aliadb_resource_group_bind_user (#…
…33) Co-authored-by: [email protected] <[email protected]>
- Loading branch information
1 parent
a19c821
commit 3b95f8b
Showing
3 changed files
with
41 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "st-alicloud_aliadb_resource_group_bind_user Resource - terraform-provider-st-alicloud" | ||
subcategory: "" | ||
description: |- | ||
Provides a Aliadb resource group association resource. | ||
--- | ||
|
||
# st-alicloud_aliadb_resource_group_bind_user (Resource) | ||
|
||
Provides a Aliadb resource group association resource. | ||
|
||
## Example Usage | ||
|
||
```terraform | ||
resource "st-alicloud_aliadb_resource_group_bind_user" "bind_user" { | ||
dbcluster_id = "am-3ns9eg3ntm1g7y0m3" | ||
group_name = "TEST" | ||
group_user = "dts" | ||
} | ||
``` | ||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `dbcluster_id` (String) The ID of the AnalyticDB for MySQL Data Warehouse Edition (V3.0) cluster. | ||
- `group_name` (String) The name of the resource group. | ||
- `group_user` (String) The database account with which to associate the resource group. |