-
Notifications
You must be signed in to change notification settings - Fork 23
[AVM Module Issue]: Terraform will always attempt to create a Logs definition on every apply with disabled logs configuration #187
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
Comments
Hey @dave92082 - I will look into this. Let me run some e2e tests locally to reproduce this and identify if there is a workaround we can provide 👍 |
Just an FYI, I will need to move the PR to target a release branch in case you receive any alerts. cc: @dave92082 , @dsuarez-nextech |
Hello @dave92082 + @dsuarez-nextech : We have found a way to implement a bug fix without causing a breaking change. I will create a new PR and mark you as a contributor on the next release. |
Please view release Marking a 'Fixed' but will leave open as waiting for feedback. NOTE: adding @dave92082 as Contributor in release notes. |
Thank you! we will review next week |
Check for previous/existing GitHub issues
Issue Type?
Bug
(Optional) Module Version
0.16.0
(Optional) Correlation Id
No response
Description
When defining a Web Application with logging configured to disabled, Terraform will report that it needs to change the logs configuration on every apply. While this has little to no technical impact, it incorrectly indicates that something is changing with the infrastructure on every apply which is undesirable.
The logging configuration provided:
Results in the following plan during every apply even if nothing has changed:
The text was updated successfully, but these errors were encountered: