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_site_external_epg_selector" {
source="./modules/mso/d/mso_schema_site_external_epg_selector"# external_epg_name - (required) is a type of stringexternal_epg_name=null# ip - (optional) is a type of stringip=null# name - (required) is a type of stringname=null# schema_id - (required) is a type of stringschema_id=null# site_id - (required) is a type of stringsite_id=null# template_name - (required) is a type of stringtemplate_name=null
}
data"mso_schema_site_external_epg_selector""this" {
# external_epg_name - (required) is a type of stringexternal_epg_name=var.external_epg_name# ip - (optional) is a type of stringip=var.ip# name - (required) is a type of stringname=var.name# schema_id - (required) is a type of stringschema_id=var.schema_id# site_id - (required) is a type of stringsite_id=var.site_id# template_name - (required) is a type of stringtemplate_name=var.template_name
}