diff --git a/internal/certdeploy/deployers/sp_tencentcloud_waf.go b/internal/certdeploy/deployers/sp_tencentcloud_waf.go index 293d6c81..19216077 100644 --- a/internal/certdeploy/deployers/sp_tencentcloud_waf.go +++ b/internal/certdeploy/deployers/sp_tencentcloud_waf.go @@ -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"),