📄️ Importing Objects from a file
An Object file is a YAML file that allows you to manage data to be loaded in Infrahub based on your own custom schema. It provides a declarative way to define and manage resources in your Infrahub instance.
📄️ Working with resource manager
This guide shows you how to create resource pools and allocate resources from them automatically. Resource managers eliminate manual IP address and number assignment by providing dynamic allocation from predefined pools.
📄️ How to organize objects with groups
Create groups to organize and manage collections of objects in Infrahub. Groups enable bulk operations, access control, and logical organization of your infrastructure data.
📄️ Creating an Object Template
This guide provides a structured approach to defining an object template and creating object instances based on that template.
📄️ Creating and assigning profiles
This guide shows you how to create and apply profiles to ensure consistent configuration across multiple nodes in Infrahub. Profiles help you maintain standardized configurations and reduce repetitive work when managing similar objects.
📄️ How to Create a Check
Checks in Infrahub allow you to validate data based on custom business logic. They are defined in external repositories and can be developed and tested locally using infrahubctl checkinfrahubctl/infrahubctl-check).
📄️ How to convert object types
This guide shows how to convert an existing object from one type to another without having to manually delete and recreate it. This is useful when you need to change an object's schema type while preserving its data and relationships.