-
Notifications
You must be signed in to change notification settings - Fork 9.7k
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
provider/aws: Add resource for an ELB SSL negotiation policy #8084
provider/aws: Add resource for an ELB SSL negotiation policy #8084
Conversation
Added new resource to create an AWS ELB SSL negotiation policy, and an acceptance test.
Updated the Terraform documentation to add a new page, and a link in the sidebar, for the aws_lb_ssl_negotiation_policy resource.
Changed the `attribute` argument of the resource to be optional vs. required.
Corrected printf verb by changing it from a string type to an int type.
Hey @bigkraig Thanks so much for the rebase here - the test doesn't work I'm afraid :(
Any chance you could have a look? P. |
Seems it might be just bad test data. |
@stack72 I've updated the test data and it looks good
|
@bigkraig Looks like you were already on top of it fixing it. Great! |
@bigkraig this looks good to me now :) Thanks so much! - just manually merged this! |
This fix will be included in next release ? whats plan for next release ? |
Hi @gokul-p yes this will be included for 0.7.1 - there is no formal release date yet Paul |
thanks @stack72 - Please update me,once you have the date. |
This seems to be in place but I can't tell if it's working. |
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. |
This is basically a dupe of #5637 but @fpmosley didn't have the bandwidth to rebase.