-
Notifications
You must be signed in to change notification settings - Fork 40
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
add alb support #792
add alb support #792
Conversation
type: list(string) | ||
Listener: | ||
type: resource(aws:load_balancer_listener) | ||
default_value: '{{ upstream "aws:load_balancer" .Self }}' |
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.
Wouldn't this make the default value the upstream load balancer rather than a listener?
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.
yeah, i didnt think i included this file since its not used yet, miss on my part
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.
Didn't look too closely at templates, tests should verify those work. Code looks good.
- configuration_rules: | ||
- resource: '{{ .Source }}' | ||
configuration: | ||
field: Certificate | ||
value: '{{ .Target }}' |
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.
Is it weird to have this as a edge config rule instead of an operational rule?
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.
can move it over
adds support for configuring load balancers as application load balancers
Standard checks