fix: init tencent waf deployer add region param

This commit is contained in:
Q m 2025-11-20 17:20:21 +08:00
parent 75a88703f7
commit d1ed325579

View File

@ -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"),