Skip to content

Commit b24fd3a

Browse files
authored
feat(vpc): [127894523] add new resource (#3565)
* add * add * add
1 parent 94300a4 commit b24fd3a

11 files changed

+635
-2
lines changed

.changelog/3565.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:new-resource
2+
tencentcloud_vpc_private_nat_gateway_translation_nat_rule
3+
```

tencentcloud/provider.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1361,6 +1361,7 @@ func Provider() *schema.Provider {
13611361
"tencentcloud_nat_gateway_snat": vpc.ResourceTencentCloudNatGatewaySnat(),
13621362
"tencentcloud_nat_refresh_nat_dc_route": vpc.ResourceTencentCloudNatRefreshNatDcRoute(),
13631363
"tencentcloud_vpc_private_nat_gateway": vpc.ResourceTencentCloudVpcPrivateNatGateway(),
1364+
"tencentcloud_vpc_private_nat_gateway_translation_nat_rule": vpc.ResourceTencentCloudVpcPrivateNatGatewayTranslationNatRule(),
13641365
"tencentcloud_oceanus_job": oceanus.ResourceTencentCloudOceanusJob(),
13651366
"tencentcloud_oceanus_job_config": oceanus.ResourceTencentCloudOceanusJobConfig(),
13661367
"tencentcloud_oceanus_job_copy": oceanus.ResourceTencentCloudOceanusJobCopy(),

tencentcloud/provider.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1293,6 +1293,7 @@ tencentcloud_protocol_template
12931293
tencentcloud_protocol_template_group
12941294
tencentcloud_route_table
12951295
tencentcloud_vpc_private_nat_gateway
1296+
tencentcloud_vpc_private_nat_gateway_translation_nat_rule
12961297
tencentcloud_route_table_association
12971298
tencentcloud_route_entry
12981299
tencentcloud_route_table_entry

tencentcloud/services/tco/resource_tc_organization_org_share_unit_member_v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Provides a resource to create a Organization share unit member
22

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

55
Example Usage
66

0 commit comments

Comments
 (0)