/tf-archi

Primary LanguageGoApache License 2.0Apache-2.0

tf-archi: Terraform to Archimate converter

This tool is a simple command line utility to convert Terraform managed infrastructure to enterprise architecture diagrams based on Archimate.

Development

  1. Install Go 1.21 or later

  2. Clone the repository

  3. Download dependencies

git clone git@github.com:christopherfriedrich/tf-archi.git
go mod download