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

aws_kms_key: Increased Timeout on Tag and Description Propagation waiter #23593

Merged
merged 3 commits into from
Mar 10, 2022

Commits on Mar 9, 2022

  1. Increased Timeout on Tag and Description Propagation

    Our team has noticed that Amazon sometimes takes longer than the current timeout value to update tags or descriptions on a kms key resource.
    
    A re run of terraform apply always shows the value was properly updated.
    
    Increasing the time out value to allow the provider a little more time before timing out.
    brittandeyoung committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    913cef9 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Add CHANGELOG entry.

    ewbankkit committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    e052bfb View commit details
    Browse the repository at this point in the history
  2. Update 23593.txt

    ewbankkit authored Mar 10, 2022
    Configuration menu
    Copy the full SHA
    63e73ac View commit details
    Browse the repository at this point in the history