Loading...
Loading...
Installs Terraform CLI cross-platform with Huawei Cloud mirror support. Use this skill whenever the user mentions installing Terraform, setting up Terraform environment, or when IaC tasks detect missing Terraform. Trigger: install terraform, setup terraform, terraform environment, huaweicloud provider.
npx skill4agent add huaweicloud/huaweicloud-skills huawei-cloud-terraform-installerreleases.hashicorp.commirrors.huaweicloud.com| Platform | Method | Notes |
|---|---|---|
| Linux | Binary | Direct binary download |
| Windows | Binary | Direct download |
filesystem_mirrorterraform.rcdirectnetwork_mirror# Auto-install (default to Huawei Cloud mirror)
python scripts/install_terraform.py
# Install + Initialize
python scripts/install_terraform.py --init
# Install + Test
python scripts/install_terraform.py --test# Install specific version
python scripts/install_terraform.py --version 1.15.4# Check status only
python scripts/install_terraform.py --check
# Uninstall
python scripts/install_terraform.py --uninstall| Resource | Source | Notes |
|---|---|---|
| Terraform binary | HashiCorp Releases | Official source |
| Provider | Huawei Cloud Mirror (default) | Avoid GitHub network issues |
https://mirrors.huaweicloud.com/terraform/[ERROR] Permission denied, please run with administrator privilegessudo python3 install_terraform.py