Skip to content

feat(tke): [120481915] Add new resource tencentcloud_kubernetes_cluster_master_attachment #2926

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

Merged
merged 7 commits into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions .changelog/2926.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
tencentcloud_kubernetes_cluster_master_attachment
```
1 change: 1 addition & 0 deletions tencentcloud/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -1275,6 +1275,7 @@ func Provider() *schema.Provider {
"tencentcloud_kubernetes_backup_storage_location": tke.ResourceTencentCloudKubernetesBackupStorageLocation(),
"tencentcloud_kubernetes_serverless_node_pool": tke.ResourceTencentCloudKubernetesServerlessNodePool(),
"tencentcloud_kubernetes_encryption_protection": tke.ResourceTencentCloudKubernetesEncryptionProtection(),
"tencentcloud_kubernetes_cluster_master_attachment": tke.ResourceTencentCloudKubernetesClusterMasterAttachment(),
"tencentcloud_mysql_backup_policy": cdb.ResourceTencentCloudMysqlBackupPolicy(),
"tencentcloud_mysql_account": cdb.ResourceTencentCloudMysqlAccount(),
"tencentcloud_mysql_account_privilege": cdb.ResourceTencentCloudMysqlAccountPrivilege(),
Expand Down
1 change: 1 addition & 0 deletions tencentcloud/provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -686,6 +686,7 @@ Tencent Kubernetes Engine(TKE)
tencentcloud_kubernetes_native_node_pool
tencentcloud_kubernetes_health_check_policy
tencentcloud_kubernetes_log_config
tencentcloud_kubernetes_cluster_master_attachment

TDMQ for Pulsar(tpulsar)
Data Source
Expand Down
2 changes: 1 addition & 1 deletion tencentcloud/services/audit/resource_tc_audit_track.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ resource "tencentcloud_audit_track" "example" {
storage_name = "db90b92c-91d2-46b0-94ac-debbbb21dc4e"
storage_prefix = "cloudaudit"
storage_region = "ap-guangzhou"
storage_type = "cls"
storage_type = "cos"
storage_account_id = "100037717137"
storage_app_id = "1309116520"
}
Expand Down
Loading
Loading