Skip to content

Commit e6278bc

Browse files
authored
vpc acl support tag (#1286)
1 parent 339fcba commit e6278bc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tencentcloud/resource_tc_vpc_acl.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ func resourceTencentCloudVpcACL() *schema.Resource {
7979
"tags": {
8080
Type: schema.TypeMap,
8181
Optional: true,
82-
Deprecated: "vpc acl do not support tag now.",
8382
Description: "Tags of the vpc acl.",
8483
},
8584
//compute

website/docs/r/vpc_acl.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The following arguments are supported:
3939
* `vpc_id` - (Required, String) ID of the VPC instance.
4040
* `egress` - (Optional, List: [`String`]) 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`.
4141
* `ingress` - (Optional, List: [`String`]) Ingress 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`.
42-
* `tags` - (Optional, Map, **Deprecated**) vpc acl do not support tag now. Tags of the vpc acl.
42+
* `tags` - (Optional, Map) Tags of the vpc acl.
4343

4444
## Attributes Reference
4545

0 commit comments

Comments
 (0)