File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ data "tencentcloud_clb_instances" "clbs" {
105105
106106const testAccClbInstancesDataSource_open = `
107107resource "tencentcloud_security_group" "foo" {
108- name = "keep- clb-temp-test -sg"
108+ name = "clb-instance-datasource -sg"
109109}
110110
111111variable "availability_zone" {
Original file line number Diff line number Diff line change @@ -450,7 +450,7 @@ resource "tencentcloud_clb_instance" "clb_internal" {
450450
451451const testAccClbInstance_update_open = `
452452resource "tencentcloud_security_group" "foo" {
453- name = "keep- clb-test1 -sg"
453+ name = "clb-instance -sg"
454454}
455455
456456resource "tencentcloud_vpc" "foo" {
@@ -487,7 +487,7 @@ resource "tencentcloud_subnet" "subnet" {
487487}
488488
489489resource "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
534534resource "tencentcloud_security_group" "sglab" {
535- name = "keep-sg_o0ek7r93 "
535+ name = "clb-instance-enable-sg "
536536 description = "favourite sg"
537537 project_id = 0
538538}
You can’t perform that action at this time.
0 commit comments