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

r/secretsmanager_secret - policy wait for IAM eventual consistency #14459

Merged
merged 4 commits into from
Aug 6, 2020

Commits on Aug 3, 2020

  1. replace custom validation func with built in ones

    use %w for errors
    wait for policy that relies on iam role (eventual consistency)
    DrFaust92 committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    756dabb View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. Update aws/resource_aws_secretsmanager_secret.go

    Co-authored-by: Brian Flad <[email protected]>
    DrFaust92 and bflad authored Aug 6, 2020
    Configuration menu
    Copy the full SHA
    934a15b View commit details
    Browse the repository at this point in the history
  2. Update aws/resource_aws_secretsmanager_secret.go

    Co-authored-by: Brian Flad <[email protected]>
    DrFaust92 and bflad authored Aug 6, 2020
    Configuration menu
    Copy the full SHA
    0cc2538 View commit details
    Browse the repository at this point in the history
  3. use iam waiter

    DrFaust92 committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    b363659 View commit details
    Browse the repository at this point in the history