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"aci_span_destination_group" {
source="./modules/aci/r/aci_span_destination_group"# annotation - (optional) is a type of stringannotation=null# description - (optional) is a type of stringdescription=null# name - (required) is a type of stringname=null# name_alias - (optional) is a type of stringname_alias=null# tenant_dn - (required) is a type of stringtenant_dn=null
}
resource"aci_span_destination_group""this" {
# annotation - (optional) is a type of stringannotation=var.annotation# description - (optional) is a type of stringdescription=var.description# name - (required) is a type of stringname=var.name# name_alias - (optional) is a type of stringname_alias=var.name_alias# tenant_dn - (required) is a type of stringtenant_dn=var.tenant_dn
}