Terraform-provider-aws: Changing aws_acm_certificate from Amazon-issued to existing doesn't force new resource

Created on 18 Aug 2019  路  1Comment  路  Source: hashicorp/terraform-provider-aws

Community Note

  • Please vote on this issue by adding a 馃憤 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Terraform Version

Provider 2.24

Affected Resource(s)

  • aws_acm_certificate

Expected Behavior

Adding private_key and certificate_body to an aws_acm_certificate should create a new self-managed certificate.

Actual Behavior

It spent 1 and a half hours modifying the existing certificate before throwing an internal server error.

bug servicacm

Most helpful comment

I faced similar issue when I tried updating my existing certificate in aws cert manager.Its not allowing update certificate.

  • aws_acm_certificate.cert: Error updating certificate: ValidationException: com.amazonaws.pki.acm.exceptions.external.ValidationException: Could not validate the certificate with the certificate chain.
    status code: 400, request id:

>All comments

I faced similar issue when I tried updating my existing certificate in aws cert manager.Its not allowing update certificate.

  • aws_acm_certificate.cert: Error updating certificate: ValidationException: com.amazonaws.pki.acm.exceptions.external.ValidationException: Could not validate the certificate with the certificate chain.
    status code: 400, request id:
Was this page helpful?
0 / 5 - 0 ratings