Skip to content
Merged
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/3565.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_nat_rule
```
1 change: 1 addition & 0 deletions tencentcloud/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -1361,6 +1361,7 @@ func Provider() *schema.Provider {
"tencentcloud_nat_gateway_snat": vpc.ResourceTencentCloudNatGatewaySnat(),
"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_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 @@ -1293,6 +1293,7 @@ tencentcloud_protocol_template
tencentcloud_protocol_template_group
tencentcloud_route_table
tencentcloud_vpc_private_nat_gateway
tencentcloud_vpc_private_nat_gateway_translation_nat_rule
tencentcloud_route_table_association
tencentcloud_route_entry
tencentcloud_route_table_entry
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Provides a resource to create a Organization share unit member

~> **NOTE:** ~> **NOTE:** This resource must exclusive in one share unit, do not declare additional members resources of this share unit elsewhere.
~> **NOTE:** This resource must exclusive in one share unit, do not declare additional members resources of this share unit elsewhere.

Example Usage

Expand Down
Loading
Loading