Closed diego-ojeda-binbash closed 1 year ago
Hi, Any update about merging PR?
Thank you, everyone! :)
This PR is included in version 3.1.0 :tada:
In me-central-1 where logging is not enabled this is causing update on each apply:
+ tunnel1_log_options {
+ cloudwatch_log_options {
+ log_enabled = (known after apply)
+ log_group_arn = (known after apply)
+ log_output_format = (known after apply)
}
}
+ tunnel2_log_options {
+ cloudwatch_log_options {
+ log_enabled = (known after apply)
+ log_group_arn = (known after apply)
+ log_output_format = (known after apply)
}
}
Is there a way to disable it?
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Description
Add logging support by introducing 2 new variables:
tunnel1_log_options
tunnel2_log_options
Motivation and Context
Logging is very useful for troubleshooting.
Breaking Changes
There shouldn't be any as the new variables have safe defaults.
How Has This Been Tested?
examples/*
to demonstrate and validate my change(s)examples/*
projectspre-commit run -a
on my pull request