Skip to content

Commit 579c8b4

Browse files
committed
feat(teo): support l4 proxy
1 parent 802aeda commit 579c8b4

9 files changed

+744
-0
lines changed

tencentcloud/provider.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1549,6 +1549,7 @@ func Provider() *schema.Provider {
15491549
"tencentcloud_teo_zone": teo.ResourceTencentCloudTeoZone(),
15501550
"tencentcloud_teo_zone_setting": teo.ResourceTencentCloudTeoZoneSetting(),
15511551
"tencentcloud_teo_origin_group": teo.ResourceTencentCloudTeoOriginGroup(),
1552+
"tencentcloud_teo_l4_proxy": teo.ResourceTencentCloudTeoL4Proxy(),
15521553
"tencentcloud_teo_rule_engine": teo.ResourceTencentCloudTeoRuleEngine(),
15531554
"tencentcloud_teo_ownership_verify": teo.ResourceTencentCloudTeoOwnershipVerify(),
15541555
"tencentcloud_teo_certificate_config": teo.ResourceTencentCloudTeoCertificateConfig(),

tencentcloud/provider.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1404,6 +1404,7 @@ TencentCloud EdgeOne(TEO)
14041404
tencentcloud_teo_ownership_verify
14051405
tencentcloud_teo_certificate_config
14061406
tencentcloud_teo_acceleration_domain
1407+
tencentcloud_teo_l4_proxy
14071408

14081409
TencentCloud ServiceMesh(TCM)
14091410
Data Source

tencentcloud/services/teo/resource_tc_teo_l4_proxy.go

Lines changed: 363 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)