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_cdn_domain_config" {
source="./modules/alicloud/r/alicloud_cdn_domain_config"# domain_name - (required) is a type of stringdomain_name=null# function_name - (required) is a type of stringfunction_name=nullfunction_args=[{
arg_name =null
arg_value =null
}]
}
resource"alicloud_cdn_domain_config""this" {
# domain_name - (required) is a type of stringdomain_name=var.domain_name# function_name - (required) is a type of stringfunction_name=var.function_namedynamic"function_args" {
for_each=var.function_argscontent {
# arg_name - (required) is a type of stringarg_name=function_args.value["arg_name"]
# arg_value - (required) is a type of stringarg_value=function_args.value["arg_value"]
}
}
}