Validio Code (IaC)
Validio Code provides Infrastructure-as-Code, which allows you to model and manage resources within your environment in an efficient and repeatable manner. It is similar to other IaC tools, such as Terraform, Pulumi, and AWS CloudFormation.
Validio Code leverages Python to provide the full expressive power of an imperative programming language, combined with the safety of declaratively managing your infrastructure. This fits Validio Code into existing development or CI/CD workflows.
Prerequisites
Before you can use Validio Code, you must install and configure the Validio CLI and SDK. For more information, see Getting Started with the Developer Toolkit.
Getting started with Validio Code
The Validio Code workflow has four steps: Intialize, Author, Plan, and Apply. For more information about each step and examples, see Validio Code Workflow.
This guide provides descriptions and examples for different scenarios, such as updating the configuration of a resource, generating code snippets for resources that are not in the project, managing schema changes, and so on. For more information, see Validio Code Scenarios.
You can also find answers in the Validio Code FAQ.
Updated 3 months ago