Skip to content

Commit 068aff2

Browse files
committed
fix: tke gpu test arg name
1 parent 68c761c commit 068aff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tencentcloud/resource_tc_kubernetes_node_pool_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ resource "tencentcloud_kubernetes_node_pool" "np_test" {
470470
node_os = "tlinux3.1x86_64"
471471
scaling_group_project_id = var.default_project
472472
delete_keep_instance = false
473-
scaling_group_name = "asg_np_test_changed"
473+
scaling_group_name = "asg_np_test_changed_gpu"
474474
default_cooldown = 350
475475
termination_policies = ["NEWEST_INSTANCE"]
476476
multi_zone_subnet_policy = "EQUALITY"

0 commit comments

Comments
 (0)