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

Add possibility to add CNAME or multiple entries to domain so that we can instantly reference a Space Bucket #1081

Open
MatsKeWorks opened this issue Nov 16, 2023 · 4 comments
Labels
do-api Depends on changes to the DigitalOcean API

Comments

@MatsKeWorks
Copy link

After terraforming my cluster, i still have to manually point my domain to the S3 spaces.

I would like to automate this bij setting a CNAME (bucket endpoint) instead of ip address in my domain block.

Is it possible to add this?

Would even be better if you were able to add a list of entries

type (A/CNAME/etc)
hostname (prefix)
value
ttl

Describe alternatives you've considered

Doing it manually after terraforming

@danaelhe
Copy link
Member

Hi! Thanks for the write up.

Would it be possible to share the terraform config you're working from?

@MatsKeWorks
Copy link
Author

resource "digitalocean_domain" "example" {
name = "github.com"
}

@danaelhe danaelhe added the do-api Depends on changes to the DigitalOcean API label Nov 21, 2023
@danaelhe
Copy link
Member

danaelhe commented Nov 21, 2023

Thank you, the API currently doesn't support this but I've relayed your request to the internal engineers and will check back here if they have any insight/updates on this feature request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do-api Depends on changes to the DigitalOcean API
Projects
None yet
Development

No branches or pull requests

2 participants