You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module"dme_vanity_nameserver_record" {
source="./modules/dme/d/dme_vanity_nameserver_record"# default_config - (optional) is a type of stringdefault_config=null# name - (required) is a type of stringname=null# name_server_group_id - (optional) is a type of stringname_server_group_id=null# public_config - (optional) is a type of stringpublic_config=null# servers - (optional) is a type of list of stringservers=[]
}
data"dme_vanity_nameserver_record""this" {
# default_config - (optional) is a type of stringdefault_config=var.default_config# name - (required) is a type of stringname=var.name# name_server_group_id - (optional) is a type of stringname_server_group_id=var.name_server_group_id# public_config - (optional) is a type of stringpublic_config=var.public_config# servers - (optional) is a type of list of stringservers=var.servers
}