Skip to content

Commit 9b2fb47

Browse files
committed
add changelog
1 parent 6b5e945 commit 9b2fb47

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.changelog/1448.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:enhancement
2+
resource/tencentcloud_gaap_security_rule: keep consistency when cidr is 1.1.1.1/32 and attr support change
3+
```

tencentcloud/resource_tc_gaap_security_rule_test.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ func init() {
4747
})
4848
}
4949

50-
func TestAccTencentCloudGaapSecurityRule_basic(t *testing.T) {
50+
func TestAccTencentCloudGaapSecurityRuleResource_basic(t *testing.T) {
5151
t.Parallel()
5252
id := new(string)
5353

@@ -75,7 +75,7 @@ func TestAccTencentCloudGaapSecurityRule_basic(t *testing.T) {
7575
})
7676
}
7777

78-
func TestAccTencentCloudGaapSecurityRule_drop(t *testing.T) {
78+
func TestAccTencentCloudGaapSecurityRuleResource_drop(t *testing.T) {
7979
t.Parallel()
8080
id := new(string)
8181

@@ -98,7 +98,7 @@ func TestAccTencentCloudGaapSecurityRule_drop(t *testing.T) {
9898
})
9999
}
100100

101-
func TestAccTencentCloudGaapSecurityRule_name(t *testing.T) {
101+
func TestAccTencentCloudGaapSecurityRuleResource_name(t *testing.T) {
102102
t.Parallel()
103103
id := new(string)
104104

@@ -129,7 +129,7 @@ func TestAccTencentCloudGaapSecurityRule_name(t *testing.T) {
129129
})
130130
}
131131

132-
func TestAccTencentCloudGaapSecurityRule_ipSubnet(t *testing.T) {
132+
func TestAccTencentCloudGaapSecurityRuleResource_ipSubnet(t *testing.T) {
133133
t.Parallel()
134134
id := new(string)
135135

@@ -152,7 +152,7 @@ func TestAccTencentCloudGaapSecurityRule_ipSubnet(t *testing.T) {
152152
})
153153
}
154154

155-
func TestAccTencentCloudGaapSecurityRule_allProtocols(t *testing.T) {
155+
func TestAccTencentCloudGaapSecurityRuleResource_allProtocols(t *testing.T) {
156156
t.Parallel()
157157
id := new(string)
158158

@@ -175,7 +175,7 @@ func TestAccTencentCloudGaapSecurityRule_allProtocols(t *testing.T) {
175175
})
176176
}
177177

178-
func TestAccTencentCloudGaapSecurityRule_AllPorts(t *testing.T) {
178+
func TestAccTencentCloudGaapSecurityRuleResource_AllPorts(t *testing.T) {
179179
t.Parallel()
180180
id := new(string)
181181

0 commit comments

Comments
 (0)