Skip to content

Support awsutils_route53domains_register_domain resource #24

@nitrocode

Description

@nitrocode

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions