Post

AWS証明書の更新ができない

Problem

Certificates validation of AWS didn’t finish with terraform.

module.production_hoge_acm_default.aws_acm_certificate_validation.default[0]: Still creating... [33m20s elapsed]

I check status of them on AWS web console, then figure out that they were expired already.

Solution

Disabled aws_acm_certificate_validation temporary. aws_acm_certificate_validation | Resources | hashicorp/aws | Terraform Registry

If your certificate was expired, you can’t renew with terraform, so you have to do on AWS web console.

This post is licensed under CC BY 4.0 by the author.