Techdebt: Fix service name for acm backend (#6446)

This commit is contained in:
Giovanni Grano 2023-07-13 20:01:01 +02:00 committed by GitHub
parent c6b46a48f4
commit 9b641e3c29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -550,4 +550,4 @@ class AWSCertificateManagerBackend(BaseBackend):
return certificate, certificate_chain, private_key
acm_backends = BackendDict(AWSCertificateManagerBackend, "ec2")
acm_backends = BackendDict(AWSCertificateManagerBackend, "acm")