feat: support replacing old certificate on deployment to aws acm
This commit is contained in:
@@ -306,6 +306,7 @@ func createDeployerProvider(options *deployerProviderOptions) (deployer.Deployer
|
||||
AccessKeyId: access.AccessKeyId,
|
||||
SecretAccessKey: access.SecretAccessKey,
|
||||
Region: maputil.GetString(options.ProviderExtendedConfig, "region"),
|
||||
CertificateArn: maputil.GetString(options.ProviderExtendedConfig, "certificateArn"),
|
||||
})
|
||||
return deployer, err
|
||||
|
||||
|
||||
Reference in New Issue
Block a user