Skip to main content

Template

The deploy_order attribute influences the order of template deployment, where a template with a lower number will always be deployed before a template with a higher number. This flag is only relevant for Terraform.

Location in GUI: Application Management » Schemas

Diagram

Classes

templates (ndo.schemas)

NameTypeConstraintMandatoryDefault Value
nameStringYes
descriptionStringRegex: ^[a-zA-Z0-9\\!#$%()*,-./:;@ _{|}~?&+]{1,64}$No
typeChoicemulti_site, autonomousNomulti_site
tenantStringRegex: ^[a-zA-Z0-9_.:-]{1,64}$Yes
sitesListStringNo
deploy_orderIntegermin: 1, max: 3No

Examples

ndo:
schemas:
- name: ABC
templates:
- name: TEMPLATE1
tenant: MSO1
sites:
- APIC1