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" {
source="./modules/mso/r/mso_schema_template_anp_epg"# anp_name - (required) is a type of stringanp_name=null# bd_name - (required) is a type of stringbd_name=null# bd_schema_id - (optional) is a type of stringbd_schema_id=null# bd_template_name - (optional) is a type of stringbd_template_name=null# display_name - (optional) is a type of stringdisplay_name=null# intersite_multicast_source - (optional) is a type of boolintersite_multicast_source=null# intra_epg - (optional) is a type of stringintra_epg=null# name - (required) is a type of stringname=null# preferred_group - (optional) is a type of boolpreferred_group=null# proxy_arp - (optional) is a type of boolproxy_arp=null# schema_id - (required) is a type of stringschema_id=null# template_name - (required) is a type of stringtemplate_name=null# useg_epg - (optional) is a type of booluseg_epg=null# vrf_name - (required) is a type of stringvrf_name=null# vrf_schema_id - (optional) is a type of stringvrf_schema_id=null# vrf_template_name - (optional) is a type of stringvrf_template_name=null
}
resource"mso_schema_template_anp_epg""this" {
# anp_name - (required) is a type of stringanp_name=var.anp_name# bd_name - (required) is a type of stringbd_name=var.bd_name# bd_schema_id - (optional) is a type of stringbd_schema_id=var.bd_schema_id# bd_template_name - (optional) is a type of stringbd_template_name=var.bd_template_name# display_name - (optional) is a type of stringdisplay_name=var.display_name# intersite_multicast_source - (optional) is a type of boolintersite_multicast_source=var.intersite_multicast_source# intra_epg - (optional) is a type of stringintra_epg=var.intra_epg# name - (required) is a type of stringname=var.name# preferred_group - (optional) is a type of boolpreferred_group=var.preferred_group# proxy_arp - (optional) is a type of boolproxy_arp=var.proxy_arp# 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_epg - (optional) is a type of booluseg_epg=var.useg_epg# vrf_name - (required) is a type of stringvrf_name=var.vrf_name# vrf_schema_id - (optional) is a type of stringvrf_schema_id=var.vrf_schema_id# vrf_template_name - (optional) is a type of stringvrf_template_name=var.vrf_template_name
}