You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "Egress rules. A rule must match the following format: [action]#[cidr_ip]#[port]#[protocol]. The available value of 'action' is `ACCEPT` and `DROP`. The 'cidr_ip' must be an IP address network or segment. The 'port' valid format is `80`, `80,443`, `80-90` or `ALL`. The available value of 'protocol' is `TCP`, `UDP`, `ICMP` and `ALL`. When 'protocol' is `ICMP` or `ALL`, the 'port' must be `ALL`.",
78
78
},
79
-
80
79
//compute
81
80
"create_time": {
82
81
Type: schema.TypeString,
@@ -151,12 +150,12 @@ func resourceTencentCloudVpcACLRead(d *schema.ResourceData, meta interface{}) er
151
150
returnerr
152
151
}
153
152
ifhas==0 {
154
-
log.Printf("[WARN]%s %s\n", logId, "acl has been delete")
153
+
log.Printf("[WARN]%s %s\n", logId, "ACL has been delete")
155
154
d.SetId("")
156
155
returnnil
157
156
}
158
157
ifhas!=1 {
159
-
errRet:=fmt.Errorf("one acl_id read get %d acl info", has)
158
+
errRet:=fmt.Errorf("one acl_id read get %d ACL info", has)
0 commit comments