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_sourcedestination_group_match_label" {
source="./modules/aci/r/aci_span_sourcedestination_group_match_label"# 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# span_source_group_dn - (required) is a type of stringspan_source_group_dn=null# tag - (optional) is a type of stringtag=null
}
resource"aci_span_sourcedestination_group_match_label""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# span_source_group_dn - (required) is a type of stringspan_source_group_dn=var.span_source_group_dn# tag - (optional) is a type of stringtag=var.tag
}