Key Components

Templatization is a foundational concept in the Environment Manager, enabling the creation of environments using two primary templates: the Environment Template and the Resource Template. These templates allow users to generate one or more environment instances efficiently.

The key components of the Environment Manager’s templating system include:

  • Environment Template
  • Resource Template
  • Config Context
  • Drivers
  • Static Resources - Environment and Resource level
  • HCL Code - referenced by Resource Template
  • Agents
  • Hooks
  • Repository
  • Drivers/Function Drivers
  • Actions
  • Schedules/Cron jobs
  • Expressions

The Environment Template combines all these components required to define and create an environment seamlessly.

Building Blocks