Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There is a race condition in Terraform when it creates an ELB with a newly created certificate: ``` * aws_elb.concourse: [WARN] Error creating ELB Listener with SSL Cert, retrying: CertificateNotFound: Server Certificate not found for the key: arn:aws:iam::xxxx:server-certificate/xxxx status code: 400, request id: xxxx ``` Here we add a sleep to give time to the IAM certificate to propagate. This has already been raised: hashicorp/terraform#3275
- Loading branch information