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_external_epg" {
source="./modules/mso/r/mso_schema_template_external_epg"# anp_name - (optional) is a type of stringanp_name=null# anp_schema_id - (optional) is a type of stringanp_schema_id=null# anp_template_name - (optional) is a type of stringanp_template_name=null# display_name - (required) is a type of stringdisplay_name=null# external_epg_name - (required) is a type of stringexternal_epg_name=null# external_epg_type - (optional) is a type of stringexternal_epg_type=null# include_in_preferred_group - (optional) is a type of boolinclude_in_preferred_group=null# l3out_name - (optional) is a type of stringl3out_name=null# l3out_schema_id - (optional) is a type of stringl3out_schema_id=null# l3out_template_name - (optional) is a type of stringl3out_template_name=null# schema_id - (required) is a type of stringschema_id=null# selector_ip - (optional) is a type of stringselector_ip=null# selector_name - (optional) is a type of stringselector_name=null# site_id - (optional) is a type of list of stringsite_id=[]
# template_name - (required) is a type of stringtemplate_name=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_external_epg""this" {
# anp_name - (optional) is a type of stringanp_name=var.anp_name# anp_schema_id - (optional) is a type of stringanp_schema_id=var.anp_schema_id# anp_template_name - (optional) is a type of stringanp_template_name=var.anp_template_name# display_name - (required) is a type of stringdisplay_name=var.display_name# external_epg_name - (required) is a type of stringexternal_epg_name=var.external_epg_name# external_epg_type - (optional) is a type of stringexternal_epg_type=var.external_epg_type# include_in_preferred_group - (optional) is a type of boolinclude_in_preferred_group=var.include_in_preferred_group# l3out_name - (optional) is a type of stringl3out_name=var.l3out_name# l3out_schema_id - (optional) is a type of stringl3out_schema_id=var.l3out_schema_id# l3out_template_name - (optional) is a type of stringl3out_template_name=var.l3out_template_name# schema_id - (required) is a type of stringschema_id=var.schema_id# selector_ip - (optional) is a type of stringselector_ip=var.selector_ip# selector_name - (optional) is a type of stringselector_name=var.selector_name# site_id - (optional) is a type of list of stringsite_id=var.site_id# template_name - (required) is a type of stringtemplate_name=var.template_name# 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
}