Language: English | 中文 | Español | Français | Deutsch | 日本語 | Português
AI-powered Infrastructure as Code (IaC) assistant that generates and manages Alibaba Cloud resource orchestration templates (ROS / Terraform) through natural language interaction.
Documentation: https://aliyun.github.io/iac-code/
pip install iac-codeOn first use, configure the LLM provider and IaC cloud service by entering /auth in interactive mode.
Run directly to enter the interactive REPL:
iac-codePass a one-shot prompt via --prompt:
iac-code --prompt "Create a VPC and two ECS instances"Reading from stdin is also supported:
echo "Create an OSS Bucket" | iac-code --prompt -