v1.1.0
🚀 Enhancements
feat: add logging options @esolitos (#26)
what
Implemented ability to set log to cloudwatch.
- Added
cloudposse/cloudwatch-logs/aws
to create a logging group - Added
vpn_connection_tunnel1_cloudwatch_log_enabled
andvpn_connection_tunnel2_cloudwatch_log_enabled
to allow enabling logging for a specific tunnel - Added
vpn_connection_log_retention_in_days
to allow configuring logs retention - Ran
make
actions to sync, as recommended in another PR.
why
This allow enabling logging on the tunnels, which was not possible before.
references
- closes #24