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

reduce the steps #155

Closed
afeld opened this issue Apr 23, 2020 · 3 comments
Closed

reduce the steps #155

afeld opened this issue Apr 23, 2020 · 3 comments

Comments

@afeld
Copy link
Contributor

afeld commented Apr 23, 2020

Right now, adding a domain redirect requires:

  1. Adding the domain in three places in this repository
  2. Creating the CDN broker
  3. Waiting for the broker to be created
  4. Copying that URL into the DNS config

If #149 were done, I think we could have a Terraform module that does all these things in one fell swoop with a configuration in a single line/spot that sets up All The Things.

I was optimistic about the third-party module introduced in 18F/dns#410 for doing redirects entirely in AWS-managed services, but turns out that approach is a bit limited. I think sticking with nginx but making its configuration easier is preferable.

@davemcorwin
Copy link
Contributor

With https://github.com/cloudfoundry-community/terraform-provider-cloudfoundry, the best approach might be to combine the two repos and manage the whole thing with one terraform config...

@afeld
Copy link
Contributor Author

afeld commented Sep 22, 2020

Yep, exactly!

@mgwalker
Copy link
Contributor

mgwalker commented Dec 8, 2021

Closing as stale, on the assumption that the need will resurface if it still exists.

@mgwalker mgwalker closed this as completed Dec 8, 2021
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

3 participants