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

fix: add support for multiple notifications in budgets #4

Merged
merged 2 commits into from
Mar 14, 2022

Conversation

halilkaya
Copy link
Contributor

what

This PR adds support for multiple notifications in budget as well as a single object of notification.

why

Because we already have a dynamic block that loops notifications. Additionally, aws_budgets_budget resource supports multiple notification block. However currently, it only supports a single object of notification and converts it to single element list in the dynamic block. With this change, it will also be supporting list type to be able to add multiple notifications by keeping backward compatibility.

references

@halilkaya halilkaya requested a review from a team as a code owner February 25, 2022 10:42
@leb4r
Copy link
Contributor

leb4r commented Mar 14, 2022

@halilkaya thank you for the taking the time to place this PR, I'm looking deeper into this now.

@leb4r
Copy link
Contributor

leb4r commented Mar 14, 2022

/test all

@leb4r leb4r assigned leb4r and unassigned leb4r Mar 14, 2022
@leb4r leb4r added the patch A minor, backward compatible change label Mar 14, 2022
Copy link
Contributor

@leb4r leb4r left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@leb4r leb4r merged commit c78531a into cloudposse:master Mar 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch A minor, backward compatible change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants