Skip to content
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

Confusing docs regarding aws elb ssl_certificate_id #4612

Closed
aldarund opened this issue Jan 10, 2016 · 2 comments
Closed

Confusing docs regarding aws elb ssl_certificate_id #4612

aldarund opened this issue Jan 10, 2016 · 2 comments

Comments

@aldarund
Copy link

https://www.terraform.io/docs/providers/aws/r/iam_server_certificate.html
Have
instance_port = 8000
instance_protocol = "http"
lb_port = 443
lb_protocol = "https"

Instance protocol http and lb_protocol https. And have ssl_certificate_id attribute.
While in
https://www.terraform.io/docs/providers/aws/r/elb.html
stated that ssl_certificate_id is 👍
Only valid when instance_protocol and lb_protocol are either HTTPS or SSL

So in first page only one protocol is https and on second page its said that both should be https.

@timxor
Copy link

timxor commented Jul 14, 2016

I also found this documentation confusing.

@ghost
Copy link

ghost commented Apr 11, 2020

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.

@hashicorp hashicorp locked and limited conversation to collaborators Apr 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants