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: allow many rule action overrides #60

Merged
merged 4 commits into from
Apr 21, 2023
Merged

Fix: allow many rule action overrides #60

merged 4 commits into from
Apr 21, 2023

Conversation

vboufleur
Copy link
Contributor

Hi!

This PR implements two needed fixes and one eye candy modification:

  • Error message might confuse people: This is just for eye candy and for helping newcomers. The first time I ran the repo I saw it and it scared me a bit. :)
  • Fix: AWS only accepts RuleActionOverrides in camelCase: this commit was what allowed me to specify RuleActionOverrides, without it CloudFormation would throw a weird error.
  • Allow all types of OverrideActions: This is for the future, if people wants to implement RuleActionOverrides other then "Count" now they can.

Wish you a great weekend! ^^

@vboufleur
Copy link
Contributor Author

I've also added a example file of RuleActionOverrides for people.

@daknhh daknhh merged commit 50fa76a into globaldatanet:master Apr 21, 2023
@daknhh
Copy link
Contributor

daknhh commented Apr 21, 2023

Thank you already released in 3.1.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants