Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

provider/aws: Add CertificateNotFound retry waiter to aws_alb_listener #10180

Merged

Commits on Nov 17, 2016

  1. provider/aws: Add CertificateNotFound retry waiter to aws_alb_listener

    Looks like sometimes it takes some time for IAM certificates to
    propagate, which can cause errors on ALB listener creation.
    Possibly same thing as hashicorp#5178, but for ALB
    now instead of ELB.
    
    This was discovered via acceptance tests, specifically the
    TestAccAWSALBListener_https test. Updated the creation process to wait
    on CertificateNotFound for a max of 5min.
    Chris Marchesi committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    c129f71 View commit details
    Browse the repository at this point in the history