ovh / terraform-provider-ovh

Terraform OVH provider
https://registry.terraform.io/providers/ovh/ovh/latest/docs
Mozilla Public License 2.0
182 stars 136 forks source link

New resource: ovh_domain #146

Open renchap opened 4 years ago

renchap commented 4 years ago

I currently use OVH as a registrar, but I would like to be able to use terraform up my domains to use another DNS provider (for exemple AWS Route53).

This does not seem possible at the moment, you only have resources to change the content of a zone, not nameservers.

An ovh_domain zone would be useful (only working if a domain exists on the account, obviously). It could be use to set up nameservers & DS records for a domain.

Tylerian commented 3 years ago

I'm also in the need for this, I can contribute with a pull request if welcome.

MiguelNdeCarvalho commented 3 years ago

I hope that we can get this soon!

hunnj commented 1 year ago

Hello, I have the same requirment. +1

yomovh commented 1 year ago

Sorry for being so long to process this issue. I have sent it to the domain product team.

@Tylerian : we are open to pull request (you need to add documentation & acceptance tests).

hunnj commented 1 year ago

Hi yomovh, thanks for your reply and sorry for late response.

Are there any updates on that topic?

I need to be able to set the the nameservers for our domains via terraform. I would like to point from OVH to my (external) nameservers like i.e. one on AWS Route 53. So ovh_domain would be the correct place.

Thanks

PhilippeVienne commented 2 months ago

Hello,

An ovh_domain resource would be too large as it will require to cover the order process. However a data source can be used.

We are also in need of an ovh_domain_nameservers resource. We think to provide a PR on that new type of resource.

Thanks,