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

Bug 1759617: vendor: update to use openshift fork of terraform-provider-aws #3621

Commits on May 28, 2020

  1. vendor: use openshift fork of terraform-provider-aws and bump to v2.60.0

    This is to address the "NoSuchBucket: The specified bucket does not exist"
    error as explained in https://bugzilla.redhat.com/show_bug.cgi?id=1759617 and
    many other similar bugs. This bug has been "fixed" several times over the
    years, yet it continues to rear its ugly self. The ultimate problem is a race
    condition with S3 eventual consistency. As described in the bug above, the
    bucket does not yet exist when trying to reference tags. The openshift fork
    that this commit references, contains an upstream patch as described in
    hashicorp/terraform-provider-aws#13009 that
    should address this issue.
    jhixson74 committed May 28, 2020
    Configuration menu
    Copy the full SHA
    4cd576b View commit details
    Browse the repository at this point in the history