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_spine_switch_association" {
source="./modules/aci/d/aci_spine_switch_association"# 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# spine_profile_dn - (required) is a type of stringspine_profile_dn=null# spine_switch_association_type - (required) is a type of stringspine_switch_association_type=null
}
data"aci_spine_switch_association""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# spine_profile_dn - (required) is a type of stringspine_profile_dn=var.spine_profile_dn# spine_switch_association_type - (required) is a type of stringspine_switch_association_type=var.spine_switch_association_type
}