Installation
Install iamatic using your preferred method.
1
Go Install
Quickest way to get started
go install gitlab.com/skyline-labs/iamatic@latestRequires Go 1.21 or later
2
Docker
Run without installing Go
docker pull registry.gitlab.com/skyline-labs/iamatic:latestMount your Terraform files to analyze
3
Build from Source
Clone and build yourself
git clone git@gitlab.com:skyline-labs/iamatic.git
cd iamatic
go build -o iamatic .📦
Verify Installation
iamatic --versionYou should see output like iamatic v0.1.0