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"mso_schema_template_anp_epg_useg_attr" {
source="./modules/mso/r/mso_schema_template_anp_epg_useg_attr"# anp_name - (required) is a type of stringanp_name=null# category - (optional) is a type of stringcategory=null# description - (optional) is a type of stringdescription=null# epg_name - (required) is a type of stringepg_name=null# name - (required) is a type of stringname=null# operator - (optional) is a type of stringoperator=null# schema_id - (required) is a type of stringschema_id=null# template_name - (required) is a type of stringtemplate_name=null# useg_subnet - (optional) is a type of booluseg_subnet=null# useg_type - (required) is a type of stringuseg_type=null# value - (required) is a type of stringvalue=null
}
resource"mso_schema_template_anp_epg_useg_attr""this" {
# anp_name - (required) is a type of stringanp_name=var.anp_name# category - (optional) is a type of stringcategory=var.category# description - (optional) is a type of stringdescription=var.description# epg_name - (required) is a type of stringepg_name=var.epg_name# name - (required) is a type of stringname=var.name# operator - (optional) is a type of stringoperator=var.operator# schema_id - (required) is a type of stringschema_id=var.schema_id# template_name - (required) is a type of stringtemplate_name=var.template_name# useg_subnet - (optional) is a type of booluseg_subnet=var.useg_subnet# useg_type - (required) is a type of stringuseg_type=var.useg_type# value - (required) is a type of stringvalue=var.value
}