Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .changelog/3605.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
tencentcloud_vpc_private_nat_gateway_translation_acl_rule
```
1 change: 1 addition & 0 deletions tencentcloud/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -1374,6 +1374,7 @@ func Provider() *schema.Provider {
"tencentcloud_nat_refresh_nat_dc_route": vpc.ResourceTencentCloudNatRefreshNatDcRoute(),
"tencentcloud_vpc_private_nat_gateway": vpc.ResourceTencentCloudVpcPrivateNatGateway(),
"tencentcloud_vpc_private_nat_gateway_translation_nat_rule": vpc.ResourceTencentCloudVpcPrivateNatGatewayTranslationNatRule(),
"tencentcloud_vpc_private_nat_gateway_translation_acl_rule": vpc.ResourceTencentCloudVpcPrivateNatGatewayTranslationAclRule(),
"tencentcloud_oceanus_job": oceanus.ResourceTencentCloudOceanusJob(),
"tencentcloud_oceanus_job_config": oceanus.ResourceTencentCloudOceanusJobConfig(),
"tencentcloud_oceanus_job_copy": oceanus.ResourceTencentCloudOceanusJobCopy(),
Expand Down
1 change: 1 addition & 0 deletions tencentcloud/provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -1297,6 +1297,7 @@ tencentcloud_protocol_template_group
tencentcloud_route_table
tencentcloud_vpc_private_nat_gateway
tencentcloud_vpc_private_nat_gateway_translation_nat_rule
tencentcloud_vpc_private_nat_gateway_translation_acl_rule
tencentcloud_route_table_association
tencentcloud_route_entry
tencentcloud_route_table_entry
Expand Down
Loading
Loading