Skip to content

Commit 095f20b

Browse files
authored
feat(tke): [120481915] Add new resource tencentcloud_kubernetes_cluster_master_attachment (#2926)
* add * add * add * add * add * add * add
1 parent 29c0c33 commit 095f20b

12 files changed

+1264
-2
lines changed

.changelog/2926.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:new-resource
2+
tencentcloud_kubernetes_cluster_master_attachment
3+
```

tencentcloud/provider.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1275,6 +1275,7 @@ func Provider() *schema.Provider {
12751275
"tencentcloud_kubernetes_backup_storage_location": tke.ResourceTencentCloudKubernetesBackupStorageLocation(),
12761276
"tencentcloud_kubernetes_serverless_node_pool": tke.ResourceTencentCloudKubernetesServerlessNodePool(),
12771277
"tencentcloud_kubernetes_encryption_protection": tke.ResourceTencentCloudKubernetesEncryptionProtection(),
1278+
"tencentcloud_kubernetes_cluster_master_attachment": tke.ResourceTencentCloudKubernetesClusterMasterAttachment(),
12781279
"tencentcloud_mysql_backup_policy": cdb.ResourceTencentCloudMysqlBackupPolicy(),
12791280
"tencentcloud_mysql_account": cdb.ResourceTencentCloudMysqlAccount(),
12801281
"tencentcloud_mysql_account_privilege": cdb.ResourceTencentCloudMysqlAccountPrivilege(),

tencentcloud/provider.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,7 @@ Tencent Kubernetes Engine(TKE)
686686
tencentcloud_kubernetes_native_node_pool
687687
tencentcloud_kubernetes_health_check_policy
688688
tencentcloud_kubernetes_log_config
689+
tencentcloud_kubernetes_cluster_master_attachment
689690

690691
TDMQ for Pulsar(tpulsar)
691692
Data Source

tencentcloud/services/audit/resource_tc_audit_track.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ resource "tencentcloud_audit_track" "example" {
3939
storage_name = "db90b92c-91d2-46b0-94ac-debbbb21dc4e"
4040
storage_prefix = "cloudaudit"
4141
storage_region = "ap-guangzhou"
42-
storage_type = "cls"
42+
storage_type = "cos"
4343
storage_account_id = "100037717137"
4444
storage_app_id = "1309116520"
4545
}

0 commit comments

Comments
 (0)