-
Notifications
You must be signed in to change notification settings - Fork 630
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
Custom Hostnames feature within SSL for SaaS solution #336
Comments
We also use SSL for SaaS but for third party sites we host via the API and not with lifecycle management that Terraform does. Regarding your use case, will it be for domains you control internally? I’ll take a look at the documentation we have for it and see what resources I can form from it and whether there are any known caveats to it before getting too far down with implementing this. |
+1 for wanting this. (Booking.com) We're currently interacting with the API to do this, but a Terraform resource for this would be extremely useful. |
It looks like someone has implemented this via a custom provider. Not sure what it would take to actually get this implemented in the official provider though. |
Any update on this issue? We (Education First) would also benefit from this feature. |
We (DoubleVerify) would also benefit from this feature. I thumbs-upped the original post for visibility. |
#746 adds support for this as a new resource. Please check it out, pull it locally, build the provider and let me know in that PR if you hit any snags. |
We (Pinterest) would like to use terraform to support the custom hostnames feature within SSL for SaaS on Cloudflare. This would allow use to store TLS configurations (eg H2 is enabled/disabled) while still bringing our own custom certs.
Terraform Version
Terraform v0.11.13
Affected Resource(s)
Please list the resources as a list, for example:
This is a feature request for an unsupported resource type.
The text was updated successfully, but these errors were encountered: