Skip to content

refactor: migrate some code to sub package run check #2430

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 45 commits into from
Dec 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
03e29a9
refactor: migrate package tencentcloud/services/scf
yhlooo Dec 22, 2023
c1ff59c
refactor: migrate package tencentcloud/services/ses
yhlooo Dec 22, 2023
0ce8340
refactor: migrate package tencentcloud/services/sms
yhlooo Dec 22, 2023
1dd1346
refactor: migrate package tencentcloud/services/sqlserver
yhlooo Dec 22, 2023
36fc2d5
refactor: migrate package tencentcloud/services/ssl
yhlooo Dec 22, 2023
49ba688
refactor: migrate package tencentcloud/services/ssm
yhlooo Dec 22, 2023
abc57da
refactor: migrate package tencentcloud/services/sts
yhlooo Dec 22, 2023
308ffd8
refactor: migrate package tencentcloud/services/tag
yhlooo Dec 22, 2023
4655001
refactor: migrate package tencentcloud/services/tat
yhlooo Dec 22, 2023
b66492a
refactor: migrate package tencentcloud/services/tcaplusdb
yhlooo Dec 22, 2023
b0f8453
refactor: migrate package tencentcloud/services/tcm
yhlooo Dec 22, 2023
30df135
refactor: migrate package tencentcloud/services/tcmg
yhlooo Dec 22, 2023
817c041
refactor: migrate package tencentcloud/services/tcmq
yhlooo Dec 22, 2023
191ad03
refactor: migrate package tencentcloud/services/tco
yhlooo Dec 22, 2023
3b576c8
refactor: migrate package tencentcloud/services/tcr
yhlooo Dec 22, 2023
ba52bb3
refactor: migrate package tencentcloud/services/tdcpg
yhlooo Dec 22, 2023
3b03d5d
refactor: migrate package tencentcloud/services/tem
yhlooo Dec 22, 2023
23b3a01
refactor: migrate package tencentcloud/services/teo
yhlooo Dec 22, 2023
19416bc
refactor: migrate package tencentcloud/services/tke
yhlooo Dec 22, 2023
111cba3
refactor: migrate package tencentcloud/services/tmp
yhlooo Dec 22, 2023
1500871
refactor: migrate package tencentcloud/services/{tdmq/tpulsar/trabbit…
yhlooo Dec 22, 2023
5de7efa
refactor: migrate package tencentcloud/services/tse
yhlooo Dec 22, 2023
f461c0e
refactor: migrate package tencentcloud/services/tsf
yhlooo Dec 22, 2023
58d5385
refactor: migrate package tencentcloud/services/vod
yhlooo Dec 22, 2023
9b29036
refactor: migrate package tencentcloud/services/vpc
yhlooo Dec 22, 2023
1c4d308
refactor: migrate package tencentcloud/services/vpn
yhlooo Dec 22, 2023
1bcb992
refactor: migrate package tencentcloud/services/waf
yhlooo Dec 22, 2023
0d1b3f4
refactor: migrate package tencentcloud/services/wedata
yhlooo Dec 22, 2023
8e89045
refactor: migrate package tencentcloud/services/as
yhlooo Dec 22, 2023
f9f7271
refactor: migrate package tencentcloud/services/cam
yhlooo Dec 25, 2023
58b5009
refactor: migrate package tencentcloud/services/cfs
yhlooo Dec 25, 2023
14eeaa3
refactor: migrate package tencentcloud/services/cvm
yhlooo Dec 25, 2023
a7b777a
refactor: migrate package tencentcloud/services/cls
yhlooo Dec 25, 2023
3062190
refactor: migrate package tencentcloud/services/dlc
yhlooo Dec 25, 2023
2d96eca
refactor: migrate package tencentcloud/services/monitor
yhlooo Dec 25, 2023
865bf89
chore: remove unused code
yhlooo Dec 25, 2023
dd06136
refactor: migrate package tencentcloud/services/sqlserver
yhlooo Dec 25, 2023
a5340bb
refactor: migrate package tencentcloud/services/teo
yhlooo Dec 25, 2023
d0e22f5
refactor: migrate package tencentcloud/services/crs
yhlooo Dec 25, 2023
5ee6894
chore: remove unused code
yhlooo Dec 25, 2023
3cae21e
refactor: resolve some rebase conflicts
yhlooo Dec 25, 2023
73fadf9
chore: reset provider.md
yhlooo Dec 25, 2023
a7674a7
refactor: adjust reference to tencentcloud/services/svc
yhlooo Dec 25, 2023
f06792c
refactor: remove unused code
yhlooo Dec 25, 2023
33074b1
style: fmt
yhlooo Dec 25, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
15 changes: 9 additions & 6 deletions tencentcloud/acctest/basic.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,12 +227,14 @@ const (

// Cloud monitoring grafana visualization
const (
DefaultGrafanaVpcId = "vpc-391sv4w3"
DefaultGrafanaSubnetId = "subnet-ljyn7h30"
DefaultGrafanaInstanceId = "grafana-dp2hnnfa"
DefaultGrafanaReceiver = "Consumer-nfyxuzmbmq"
DefaultGrafanaPlugin = "grafana-clock-panel"
DefaultGrafanaVersion = "1.2.0"
DefaultGrafanaVpcId = "vpc-391sv4w3"
DefaultGrafanaSubnetId = "subnet-ljyn7h30"
DefaultInternationalGrafanaVpcId = "vpc-dg21ckzx"
DefaultInternationalGrafanaSubnetId = "subnet-i5lq9vy4"
DefaultGrafanaInstanceId = "grafana-dp2hnnfa"
DefaultGrafanaReceiver = "Consumer-nfyxuzmbmq"
DefaultGrafanaPlugin = "grafana-clock-panel"
DefaultGrafanaVersion = "1.2.0"
)

/*
Expand Down Expand Up @@ -298,6 +300,7 @@ variable "cvm_international_subnet_id" {
default = "` + DefaultCvmInternationalSubnetId + `"
}


variable "vpc_id" {
default = "` + DefaultVpcId + `"
}
Expand Down
Loading