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_vrf_region_cidr_subnet" {
source="./modules/mso/r/mso_schema_site_vrf_region_cidr_subnet"# cidr_ip - (required) is a type of stringcidr_ip=null# ip - (required) is a type of stringip=null# region_name - (required) is a type of stringregion_name=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# usage - (optional) is a type of stringusage=null# vrf_name - (required) is a type of stringvrf_name=null# zone - (required) is a type of stringzone=null
}
resource"mso_schema_site_vrf_region_cidr_subnet""this" {
# cidr_ip - (required) is a type of stringcidr_ip=var.cidr_ip# ip - (required) is a type of stringip=var.ip# region_name - (required) is a type of stringregion_name=var.region_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# usage - (optional) is a type of stringusage=var.usage# vrf_name - (required) is a type of stringvrf_name=var.vrf_name# zone - (required) is a type of stringzone=var.zone
}