File tree 1 file changed +4
-0
lines changed
tencentcloud/services/tke
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -46,9 +46,11 @@ func TestAccTencentCloudKubernetesHealthCheckPolicyResource_basic(t *testing.T)
46
46
47
47
48
48
const testAccKubernetesHealthCheckPolicyCreate = testAccTkeCluster + `
49
+ // const testAccKubernetesHealthCheckPolicyCreate = `
49
50
50
51
resource "tencentcloud_kubernetes_health_check_policy" "kubernetes_health_check_policy" {
51
52
cluster_id = tencentcloud_kubernetes_cluster .managed_cluster .id
53
+ # cluster_id = "cls-eh0da110"
52
54
name = "example"
53
55
rules {
54
56
name = "OOMKilling"
@@ -64,9 +66,11 @@ resource "tencentcloud_kubernetes_health_check_policy" "kubernetes_health_check_
64
66
`
65
67
66
68
const testAccKubernetesHealthCheckPolicyUpdate = testAccTkeCluster +`
69
+ // const testAccKubernetesHealthCheckPolicyUpdate = `
67
70
68
71
resource "tencentcloud_kubernetes_health_check_policy" "kubernetes_health_check_policy" {
69
72
cluster_id = tencentcloud_kubernetes_cluster .managed_cluster .id
73
+ # cluster_id = "cls-eh0da110"
70
74
name = "example"
71
75
rules {
72
76
name = "OOMKilling"
You can’t perform that action at this time.
0 commit comments