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"alicloud_alidns_domain_group" {
source="./modules/alicloud/r/alicloud_alidns_domain_group"# domain_group_name - (optional) is a type of stringdomain_group_name=null# group_name - (optional) is a type of stringgroup_name=null# lang - (optional) is a type of stringlang=null
}
resource"alicloud_alidns_domain_group""this" {
# domain_group_name - (optional) is a type of stringdomain_group_name=var.domain_group_name# group_name - (optional) is a type of stringgroup_name=var.group_name# lang - (optional) is a type of stringlang=var.lang
}