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_bd_subnet" {
source="./modules/mso/r/mso_schema_site_bd_subnet"# bd_name - (required) is a type of stringbd_name=null# description - (optional) is a type of stringdescription=null# ip - (required) is a type of stringip=null# no_default_gateway - (optional) is a type of boolno_default_gateway=null# querier - (optional) is a type of boolquerier=null# schema_id - (required) is a type of stringschema_id=null# scope - (optional) is a type of stringscope=null# shared - (optional) is a type of boolshared=null# site_id - (required) is a type of stringsite_id=null# template_name - (required) is a type of stringtemplate_name=null
}
resource"mso_schema_site_bd_subnet""this" {
# bd_name - (required) is a type of stringbd_name=var.bd_name# description - (optional) is a type of stringdescription=var.description# ip - (required) is a type of stringip=var.ip# no_default_gateway - (optional) is a type of boolno_default_gateway=var.no_default_gateway# querier - (optional) is a type of boolquerier=var.querier# schema_id - (required) is a type of stringschema_id=var.schema_id# scope - (optional) is a type of stringscope=var.scope# shared - (optional) is a type of boolshared=var.shared# site_id - (required) is a type of stringsite_id=var.site_id# template_name - (required) is a type of stringtemplate_name=var.template_name
}