-
-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Have a question? Please checkout our Slack Community or visit our Slack Archive.
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
Labels
No labels