Skip to content

Commit

Permalink
Update role list based on #637 (#654)
Browse files Browse the repository at this point in the history
Update role list based on #637

Reviewed-by: Anton Kachurin <[email protected]>
             https://github.com/outcatcher
  • Loading branch information
outcatcher authored Oct 14, 2020
1 parent 9d99588 commit b8eef8f
Showing 1 changed file with 22 additions and 6 deletions.
28 changes: 22 additions & 6 deletions docs/data-sources/identity_role_v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ subcategory: "Identity and Access Management (IAM)"

# opentelekomcloud_identity_role_v3

Use this data source to get the ID of an OpentelekomCloud role.
Use this data source to get the ID of an OpenTelekomCloud role.

The Role in Terraform is the same as Policy on console. however,
The Role in Terraform is the same as Policy on the console. however,
The policy name is the display name of Role, the Role name cannot
be found on Console. please refer to the following table to configuration
Role:
Expand All @@ -18,43 +18,59 @@ tms_adm | TMS Administrator
cce_adm | CCE Administrator
dcs_admin | DCS Administrator
dis_adm | DIS Administrator
system_all_8 | CCE Admin
system_all_15 | DDS FullAccess
system_all_6 | VPC Viewer
rds_adm | RDS Administrator
system_all_1001 | Full Access
system_all_3 | EVS Viewer
te_agency | Agent Operator
dms_adm | DMS Administrator
ces_adm | CES Administrator
system_all_9 | EPS Viewer
rts_adm | RTS Administrator
obs_b_list | OBS Buckets
system_all_11 | RDS ManageAccess
system_all_5 | VPC Admin
dns_adm | DNS Administrator
system_all_12 | RDS FullAccess
server_adm | Server Administrator
system_all_10 | EPS Admin
sdrs_adm | SDRS Administrator
system_all_14 | DDS ManageAccess
system_all_0 | ECS Admin
wks_adm | Workspace Administrator
te_admin | Tenant Administrator
waf_adm | WAF Administrator
system_all_7 | CCE Viewer
system_all_17 | DAS FullAccess
sfs_adm | SFS Administrator
vpc_netadm | VPC Administrator
css_adm | CSS Administrator
as_adm | AutoScaling Administrator
system_all_16 | DDS ReadOnlyAccess
csbs_adm | CSBS Administrator
swr_adm | SWR Administrator
das_admin | DAS Administrator
system_all_13 | RDS ReadOnlyAccess
secu_admin | Security Administrator
system_all_2 | ECS Viewer
dws_adm | DWS Administrator
mobs_adm | MaaS OBS Administrator
mobs_adm | MaaS OBS
vbs_adm | VBS Administrator
ddos_adm | Anti-DDoS Administrator
system_all_4 | EVS Admin
system_all_1 | ECS User
dws_db_acc | DWS Database Access
dws_db_acc | DWS Database
kms_adm | KMS Administrator
mrs_adm | MRS Administrator
nat_adm | NAT Gateway Administrator
nat_adm | NAT Gateway
dds_adm | DDS Administrator
ims_adm | IMS Administrator
smn_adm | SMN Administrator
plas_adm | Config Plas Connector
plas_adm | Config Plas
elb_adm | ELB Administrator
vpcep_adm | VPCEndpoint Administrator

```hcl
data "opentelekomcloud_identity_role_v3" "auth_admin" {
Expand Down

0 comments on commit b8eef8f

Please sign in to comment.