Terraform CLI
RAPR CLI connectorCloud, DevOps & InfrastructureInfrastructure as Code via Terraform CLI — plan, apply, and manage cloud resources across any provider.
Terraform CLI package details
RAPR CLI connector scope
This is RAPR-authored connector guidance for a command-line tool the user installs locally. The upstream CLI remains governed by its own license and terms. This package contains RAPR-authored CLI usage guidance, install commands, and agent instructions. It does not bundle the upstream CLI binary. Users can also go directly to the public upstream source linked on this page.
How to get started
Install RAPR AI
Download and install RAPR AI on your computer
Find in Marketplace
Open RAPR AI, go to Packages, and browse the marketplace
Install from Marketplace
Click Install. RAPR sets up the wrapper package, connector guidance, or skill instructions for this listing.
Terraform CLI
Define, plan, and provision infrastructure across any cloud provider with HashiCorp Terraform.
What you can do
- Plan: Preview changes before applying
- Apply: Provision and update infrastructure
- State: Inspect, import, and manage state files
- Modules: Use and create reusable infrastructure modules
- Workspaces: Manage multiple environments
Prerequisites
# Install Terraform
brew install terraform # macOS
choco install terraform # Windows
sudo apt install terraform # Linux (via HashiCorp repo)
# Verify installation
terraform --version
Example Commands
- "Terraform plan my infrastructure"
- "Apply the Terraform changes"
- "Show the current Terraform state"
- "Import an existing AWS resource into state"
Ready to try Terraform CLI?
Download RAPR AI and connect Terraform CLI in seconds.