cloudposse / terraform-provider-awsutils

Terraform provider to help with various AWS automation tasks (mostly all that stuff we cannot accomplish with the official AWS terraform provider)
https://cloudposse.com/accelerate
Mozilla Public License 2.0
41 stars 9 forks source link

Support `awsutils_route53domains_register_domain` resource #24

Open nitrocode opened 2 years ago

nitrocode commented 2 years ago

Have a question? Please checkout our Slack Community or visit our Slack Archive.

Slack Community

Describe the Feature

Register domain name using a terraform resource

resource "awsutils_route53domains_register_domain" "db_migration" {
  domain_name       = "<value>"
  duration_in_years = ""
  idn-lang-code     = ""
  auto-renew        = true
  admin-contact     = ""
  tech-contact      = ""

  registrant-contact = ""

  privacy_protect_admin_contact      = ""
  privacy_protect_registrant_contact = ""
  privacy_protect_tech_contact       = ""
}

https://docs.aws.amazon.com/cli/latest/reference/route53domains/register-domain.html

nitrocode commented 2 years ago

Oh looks like it's on the roadmap for AWS

https://github.com/hashicorp/terraform-provider-aws/pull/12711

https://github.com/hashicorp/terraform-provider-aws/blob/main/ROADMAP.md