Skip to content
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
2 changes: 1 addition & 1 deletion tencentcloud/data_source_tc_clb_instances_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ data "tencentcloud_clb_instances" "clbs" {

const testAccClbInstancesDataSource_open = `
resource "tencentcloud_security_group" "foo" {
name = "keep-clb-temp-test-sg"
name = "clb-instance-datasource-sg"
}

variable "availability_zone" {
Expand Down
6 changes: 3 additions & 3 deletions tencentcloud/resource_tc_clb_instance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ resource "tencentcloud_clb_instance" "clb_internal" {

const testAccClbInstance_update_open = `
resource "tencentcloud_security_group" "foo" {
name = "keep-clb-test1-sg"
name = "clb-instance-sg"
}

resource "tencentcloud_vpc" "foo" {
Expand Down Expand Up @@ -487,7 +487,7 @@ resource "tencentcloud_subnet" "subnet" {
}

resource "tencentcloud_security_group" "sglab" {
name = "keep-sg_o0ek7r93"
name = "clb-instance-enable-sg"
description = "favourite sg"
project_id = 0
}
Expand Down Expand Up @@ -532,7 +532,7 @@ resource "tencentcloud_subnet" "subnet" {
}

resource "tencentcloud_security_group" "sglab" {
name = "keep-sg_o0ek7r93"
name = "clb-instance-enable-sg"
description = "favourite sg"
project_id = 0
}
Expand Down