-
-
Notifications
You must be signed in to change notification settings - Fork 683
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
Errors if log_prefix, certificate_arn not set #2
Comments
The fix here is two fold:
|
The second point above is only somewhat possible as I can't be sure what will be valid for a cert ARN in any given account. Moving to explicit logging variables helps alleviate the confusion I think. The module is now defaulting to HTTP. |
…_in_tests Simplifying tests (region) and defaulting to HTTP. Resolves #2
@brandoconnor regarding the second point it would be useful put somewhere in docs that even when you are building an internal alb you need to pass an empty certificate_arn variable |
@egarbi hmm I think that even brings up a larger point. Why is |
This should be resolved now. |
I'm going to lock this issue 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 similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
From @hasbro-ielo :
The documentation says that log_prefix, certificate_arn are optional. If I don't set them I get the following:
Here's how I'm using the module
The text was updated successfully, but these errors were encountered: