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

Need ability to specify ACM cert for HttpEndpoint #90

Closed
chrsmith opened this issue Dec 5, 2017 · 1 comment
Closed

Need ability to specify ACM cert for HttpEndpoint #90

chrsmith opened this issue Dec 5, 2017 · 1 comment
Assignees
Milestone

Comments

@chrsmith
Copy link
Contributor

chrsmith commented Dec 5, 2017

We need the ability to specify an ACM certificate for the cloud.HttpEndpoint type, to enable customers to use custom domains without needing to manage certificate files themselves.

After lots of discussion with @lukehoban it sounded like the best way to design this would be to not expose this on @pulumi/cloud cloud.HttpEndpoint but instead in @pulumi/cloud-aws which has an extension of cloud.HttpEndpoint, which takes an optional Amazon-specific ACM cert ARN.

That way we don't require AWS-specific config in the cloud.HttpEndpoint, but still enable customers to use AWS-specific features when using @pulumi/cloud-aws.

@lukehoban
Copy link
Member

This issue was moved to pulumi/pulumi-cloud#268

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants