Quick Start Guide

Get up and running with IaCConsole in minutes.

1
Create an Account

Sign up for a free account at app.iacconsole.com to access the unified dashboard.

2
Install the CLI

Download the open-source CLI tool to interact with your infrastructure from the terminal.

go install github.com/alt-dima/iacconsole-cli@latest
3
Define your first Unit

Create a directory for your Terraform code. This is your "Unit".

mkdir my-infrastructure cd my-infrastructure # Add main.tf
4
Run and Apply

Use the CLI to plan and apply your changes, injecting configuration from the console.

iacconsole-cli apply -d env:dev