-
Notifications
You must be signed in to change notification settings - Fork 403
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
elb_application_lb: enable the functional test #348
elb_application_lb: enable the functional test #348
Conversation
22ad598
to
e22cd3e
Compare
PR on hold until mattclay/aws-terminator#121 is merged and deployed. |
Remove the `unsupported` aliases for the `elb_application_lb` test. Use HTTP instead of HTTPS to avoid the dependency on `iam:ListServerCertificates` and the other Certificate related operations.
e22cd3e
to
6a3a0f6
Compare
@goneri: Greetings! Thanks for taking the time to open this pullrequest. In order for the community to handle your pullrequest effectively, we need a bit more information. Here are the items we could not find in your description:
Please set the description of this pullrequest with this template: |
Remove the `unsupported` aliases for the `elb_application_lb` test. Use HTTP instead of HTTPS to avoid the dependency on `iam:ListServerCertificates` and the other Certificate related operations.
Remove the `unsupported` aliases for the `elb_application_lb` test. Use HTTP instead of HTTPS to avoid the dependency on `iam:ListServerCertificates` and the other Certificate related operations.
Remove the `unsupported` aliases for the `elb_application_lb` test. Use HTTP instead of HTTPS to avoid the dependency on `iam:ListServerCertificates` and the other Certificate related operations.
Remove the
unsupported
aliases for theelb_application_lb
test.Use HTTP instead of HTTPS to avoid the dependency on
iam:ListServerCertificates
and the other Certificate related operations.Depends on: