Skip to content

Commit aeeb51c

Browse files
authored
feat: Yunti mark (#2437)
* feat: fix * feat: add mark * feat: add mark * feat: add mark * feat: add mark * feat: add mark * feat: add mark * feat: add mark * feat: add mark * feat: add mark * feat: add mark * feat: add mark * feat: done
1 parent 1bec6d6 commit aeeb51c

File tree

7 files changed

+20
-2
lines changed

7 files changed

+20
-2
lines changed

tencentcloud/services/cdb/resource_tc_mysql_instance.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ import (
1717
"github.com/tencentcloudstack/terraform-provider-tencentcloud/tencentcloud/internal/helper"
1818
)
1919

20+
//internal version: replace import begin, please do not modify this annotation and refrain from inserting any code between the beginning and end lines of the annotation.
21+
//internal version: replace import end, please do not modify this annotation and refrain from inserting any code between the beginning and end lines of the annotation.
22+
2023
var importMysqlFlag = false
2124

2225
func TencentMsyqlBasicInfo() map[string]*schema.Schema {

tencentcloud/services/cynosdb/resource_tc_cynosdb_cluster.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ import (
1919
"github.com/tencentcloudstack/terraform-provider-tencentcloud/tencentcloud/ratelimit"
2020
)
2121

22+
//internal version: replace import begin, please do not modify this annotation and refrain from inserting any code between the beginning and end lines of the annotation.
23+
//internal version: replace import end, please do not modify this annotation and refrain from inserting any code between the beginning and end lines of the annotation.
24+
2225
func ResourceTencentCloudCynosdbCluster() *schema.Resource {
2326
return &schema.Resource{
2427
Create: resourceTencentCloudCynosdbClusterCreate,

tencentcloud/services/es/resource_tc_elasticsearch_instance.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ import (
1919
"github.com/tencentcloudstack/terraform-provider-tencentcloud/tencentcloud/ratelimit"
2020
)
2121

22+
//internal version: replace import begin, please do not modify this annotation and refrain from inserting any code between the beginning and end lines of the annotation.
23+
//internal version: replace import end, please do not modify this annotation and refrain from inserting any code between the beginning and end lines of the annotation.
24+
2225
func ResourceTencentCloudElasticsearchInstance() *schema.Resource {
2326
return &schema.Resource{
2427
Create: resourceTencentCloudElasticsearchInstanceCreate,

tencentcloud/services/mongodb/resource_tc_mongodb_instance_account.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ import (
1515
"github.com/tencentcloudstack/terraform-provider-tencentcloud/tencentcloud/internal/helper"
1616
)
1717

18+
//internal version: replace import begin, please do not modify this annotation and refrain from inserting any code between the beginning and end lines of the annotation.
19+
//internal version: replace import end, please do not modify this annotation and refrain from inserting any code between the beginning and end lines of the annotation.
20+
1821
func ResourceTencentCloudMongodbInstanceAccount() *schema.Resource {
1922
return &schema.Resource{
2023
Create: resourceTencentCloudMongodbInstanceAccountCreate,

tencentcloud/services/postgresql/resource_tc_postgresql_instance.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ import (
2222
"github.com/tencentcloudstack/terraform-provider-tencentcloud/tencentcloud/internal/helper"
2323
)
2424

25+
//internal version: replace import begin, please do not modify this annotation and refrain from inserting any code between the beginning and end lines of the annotation.
26+
//internal version: replace import end, please do not modify this annotation and refrain from inserting any code between the beginning and end lines of the annotation.
27+
2528
func ResourceTencentCloudPostgresqlInstance() *schema.Resource {
2629
return &schema.Resource{
2730
Create: resourceTencentCloudPostgresqlInstanceCreate,

tencentcloud/services/tag/service_tencentcloud_tag.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ import (
1515
"github.com/tencentcloudstack/terraform-provider-tencentcloud/tencentcloud/ratelimit"
1616
)
1717

18-
//internal version: replace tagFmt begin, please do not modify this annotation and refrain from inserting any code between the beginning and end lines of the annotation.
19-
//internal version: replace tagFmt end, please do not modify this annotation and refrain from inserting any code between the beginning and end lines of the annotation.
18+
//internal version: replace import begin, please do not modify this annotation and refrain from inserting any code between the beginning and end lines of the annotation.
19+
//internal version: replace import end, please do not modify this annotation and refrain from inserting any code between the beginning and end lines of the annotation.
2020

2121
func NewTagService(client *connectivity.TencentCloudClient) TagService {
2222
return TagService{client: client}

tencentcloud/services/tpulsar/resource_tc_tdmq_instance.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ import (
1616
"github.com/tencentcloudstack/terraform-provider-tencentcloud/tencentcloud/internal/helper"
1717
)
1818

19+
//internal version: replace import begin, please do not modify this annotation and refrain from inserting any code between the beginning and end lines of the annotation.
20+
//internal version: replace import end, please do not modify this annotation and refrain from inserting any code between the beginning and end lines of the annotation.
21+
1922
func ResourceTencentCloudTdmqInstance() *schema.Resource {
2023
return &schema.Resource{
2124
Create: resourceTencentCloudTdmqCreate,

0 commit comments

Comments
 (0)