-
Notifications
You must be signed in to change notification settings - Fork 27
feat: added L3_DEFAULT, backend_services, and connection tracking (fixes #104) #105
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work @salsop 👏🏽 I have added some suggestions, please accept/reject as needed.
Did you have a chance to check the new inputs/outputs break the existing examples which use this module?
@migara I've tested with the |
Co-authored-by: Migara Ekanayake <[email protected]>
Co-authored-by: Migara Ekanayake <[email protected]>
Co-authored-by: Migara Ekanayake <[email protected]>
Co-authored-by: Migara Ekanayake <[email protected]>
Co-authored-by: Migara Ekanayake <[email protected]>
🎉 This PR is included in version 0.2.0 🎉 The release is available on Terraform Registry and GitHub release
|
Description
Added L3_DEFAULT
Added Backend_Service resources to support this.
Added Connection Tracking, as this will be required later for Active/Passive deployments.
Motivation and Context
Without this fix, you have to specify a large number of Forwarding Rules, this makes it simple to follow everything.
How Has This Been Tested?
I've tested this in my own lab environment
Screenshots (if appropriate)
Types of changes
Checklist