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_access_sub_port_block" {
source="./modules/aci/r/aci_access_sub_port_block"# access_port_selector_dn - (required) is a type of stringaccess_port_selector_dn=null# annotation - (optional) is a type of stringannotation=null# description - (optional) is a type of stringdescription=null# from_card - (optional) is a type of stringfrom_card=null# from_port - (optional) is a type of stringfrom_port=null# from_sub_port - (optional) is a type of stringfrom_sub_port=null# name - (required) is a type of stringname=null# name_alias - (optional) is a type of stringname_alias=null# to_card - (optional) is a type of stringto_card=null# to_port - (optional) is a type of stringto_port=null# to_sub_port - (optional) is a type of stringto_sub_port=null
}
resource"aci_access_sub_port_block""this" {
# access_port_selector_dn - (required) is a type of stringaccess_port_selector_dn=var.access_port_selector_dn# annotation - (optional) is a type of stringannotation=var.annotation# description - (optional) is a type of stringdescription=var.description# from_card - (optional) is a type of stringfrom_card=var.from_card# from_port - (optional) is a type of stringfrom_port=var.from_port# from_sub_port - (optional) is a type of stringfrom_sub_port=var.from_sub_port# name - (required) is a type of stringname=var.name# name_alias - (optional) is a type of stringname_alias=var.name_alias# to_card - (optional) is a type of stringto_card=var.to_card# to_port - (optional) is a type of stringto_port=var.to_port# to_sub_port - (optional) is a type of stringto_sub_port=var.to_sub_port
}