Validio Code (IaC)
Validio Code provides Infrastructure-as-Code (IaC), 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
Validio Code Workflow
The Validio Code workflow has four steps: Initialize, Write, Plan, and Apply.
Learn more about each step with examples.
Validio Code Scenarios
This guide provides descriptions and examples for different scenarios, such as updating resource configurations, managing schema changes, and more.
Frequently Asked Questions
Find answers to common questions about Validio Code.
Updated 27 days ago