Skip to content

Commit cd4f29d

Browse files
authored
fix: tke - endpoint new sg ingress avoid to diff hidden default rule (#1284)
1 parent 6d5befa commit cd4f29d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tencentcloud/resource_tc_kubernetes_cluster_endpoint_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ resource "tencentcloud_security_group_lite_rule" "foo" {
7171
security_group_id = tencentcloud_security_group.foo.id
7272
7373
ingress = [
74-
"DROP#0.0.0.0/0#ALL#ALL",
74+
"DROP#0.0.0.0/16#ALL#ALL",
7575
]
7676
}
7777

0 commit comments

Comments
 (0)