mirror of
https://github.com/certimate-go/certimate.git
synced 2026-06-22 21:05:48 +08:00
fix: init tencent waf deployer add region param
This commit is contained in:
parent
75a88703f7
commit
d1ed325579
@ -20,6 +20,7 @@ func init() {
|
||||
SecretId: credentials.SecretId,
|
||||
SecretKey: credentials.SecretKey,
|
||||
Endpoint: xmaps.GetString(options.ProviderExtendedConfig, "endpoint"),
|
||||
Region: xmaps.GetString(options.ProviderExtendedConfig, "region"),
|
||||
Domain: xmaps.GetString(options.ProviderExtendedConfig, "domain"),
|
||||
DomainId: xmaps.GetString(options.ProviderExtendedConfig, "domainId"),
|
||||
InstanceId: xmaps.GetString(options.ProviderExtendedConfig, "instanceId"),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user