sourcefuse / terraform-aws-arc-ecs

Repo for managing the ECS Fargate Terraform Module.
Apache License 2.0
2 stars 3 forks source link

https listener was not updating the acm name prefix #47

Closed mayank0202 closed 9 months ago

mayank0202 commented 9 months ago
│ Error: modifying ELBv2 Listener (arn:aws:elasticloadbalancing:us-east-1:136566554811:listener/app/phoenix-phxdev-cluster/5166b7fec394512c/fbf24b2fd4423e18): UnsupportedCertificate: The certificate 'arn:aws:acm:us-east-1:136566554811:certificate/0fdb07c2-e072-4a56-8a67-75073497ee89' must have a fully-qualified domain name, a supported signature, and a supported key size.
│       status code: 400, request id: 77007e2d-c3d9-4921-b50f-c29eb47914d3
│
│   with module.ecs.aws_lb_listener.https,
│   on .terraform\modules\ecs\main.tf line 200, in resource "aws_lb_listener" "https":
│  200: resource "aws_lb_listener" "https" {
│