Skip to content

Commit 5b27a19

Browse files
tongyimingmikatong
andauthored
fix: remove keep-sg (#1405)
Co-authored-by: mikatong <mikatong@tencent.com>
1 parent f3eb851 commit 5b27a19

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tencentcloud/data_source_tc_clb_instances_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ data "tencentcloud_clb_instances" "clbs" {
105105

106106
const testAccClbInstancesDataSource_open = `
107107
resource "tencentcloud_security_group" "foo" {
108-
name = "keep-clb-temp-test-sg"
108+
name = "clb-instance-datasource-sg"
109109
}
110110
111111
variable "availability_zone" {

tencentcloud/resource_tc_clb_instance_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ resource "tencentcloud_clb_instance" "clb_internal" {
450450

451451
const testAccClbInstance_update_open = `
452452
resource "tencentcloud_security_group" "foo" {
453-
name = "keep-clb-test1-sg"
453+
name = "clb-instance-sg"
454454
}
455455
456456
resource "tencentcloud_vpc" "foo" {
@@ -487,7 +487,7 @@ resource "tencentcloud_subnet" "subnet" {
487487
}
488488
489489
resource "tencentcloud_security_group" "sglab" {
490-
name = "keep-sg_o0ek7r93"
490+
name = "clb-instance-enable-sg"
491491
description = "favourite sg"
492492
project_id = 0
493493
}
@@ -532,7 +532,7 @@ resource "tencentcloud_subnet" "subnet" {
532532
}
533533
534534
resource "tencentcloud_security_group" "sglab" {
535-
name = "keep-sg_o0ek7r93"
535+
name = "clb-instance-enable-sg"
536536
description = "favourite sg"
537537
project_id = 0
538538
}

0 commit comments

Comments
 (0)