From 7c406d7763bdc594e07688bc342e4eb564f36f64 Mon Sep 17 00:00:00 2001 From: styumyum <127365633+styumyum@users.noreply.github.com> Date: Wed, 29 May 2024 15:00:51 +0800 Subject: [PATCH] Mark st-alicloud_cs_kubernetes_permission as deprecated. (#45) --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0649c07..f6ee120 100644 --- a/README.md +++ b/README.md @@ -127,10 +127,11 @@ scenario. The reason behind every resources and data sources are stated as below This resource is designed to attach an auto scaling group (ESS) with a list of load balancers (CLB) default server group. -- **st-alicloud_cs_kubernetes_permission** +- ~~**st-alicloud_cs_kubernetes_permission**~~ - This resource is designed to attach a list of clusters' kubernetes role permissions (CS) with a (RAM) user, and to replace the official Alicloud Terraform Provider's resource [*alicloud_cs_kubernetes_permissions*](https://registry.terraform.io/providers/aliyun/alicloud/latest/docs/resources/cs_kubernetes_permissions). - The official resource will overwrite all the permissions which is attached with the user, which means it will remove the permissions from other clusters. + **Update:** + - The official AliCloud Terraform provider's resource [*alicloud_cs_kubernetes_permissions*](https://registry.terraform.io/providers/aliyun/alicloud/latest/docs/resources/cs_kubernetes_permissions) is fixed and currently do not overwrite/remove the target user permissions from other clusters. + - Users are not encouraged to use this resource as it will no longer be maintained. - **st-alicloud_service_mesh_user_permission**