File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed
Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 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+ ```
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments