We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Type of logConfiguration field in this module is map(string) which means that adding subdictionary under options key is impossible while it is a common usage pattern: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using_awslogs.html#specify-log-config
logConfiguration
map(string)
options
The text was updated successfully, but these errors were encountered:
fix: update type of logConfiguration variable
0e406af
Fixes #26
fix: update type of logConfiguration variable (#27)
041b144
chore(release): 2.0.1 [skip ci]
026f49e
## [2.0.1](v2.0.0...v2.0.1) (2020-03-21) ### Bug Fixes * update type of logConfiguration variable ([#27](#27)) ([041b144](041b144)), closes [#26](#26)
🎉 This issue has been resolved in version 2.0.1 🎉
The release is available on GitHub release
Your semantic-release bot 📦🚀
Sorry, something went wrong.
@krcz it should be fixed now. Please try using the latest release.
@jasonwalsh Verified, it works perfectly, thank you!
jasonwalsh
Successfully merging a pull request may close this issue.
Type of
logConfiguration
field in this module ismap(string)
which means that adding subdictionary underoptions
key is impossible while it is a common usage pattern:https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using_awslogs.html#specify-log-config
The text was updated successfully, but these errors were encountered: