Back to Blog

Introducing the Artie Terraform provider

Product spotlight
March 18, 2025
Robin Tang

We are excited to announce that the Artie Terraform provider is officially available in the Terraform registry! This allows customers to fully manage Artie deployments directly with Terraform.

Why use Terraform?

Terraform enables you to manage infrastructure as code, providing benefits such as:

  1. Consistent settings across all deployments
  2. Easy password rotations
  3. A structured review process for any configuration changes
  4. An audit trail backed by Git

Getting started with the Artie Terraform provider

To use the Artie Terraform provider, you will first need an Artie API key which can be generated here (note: admin access is required). Then, follow the typical Terraform workflow:

  1. Run terraform init first to install the Artie provider.
  2. (Optional) Run terraform import to import the resources into Terraform state
  3. terraform plan to display the changes Terraform will make to an Artie deployment

  1. terraform apply when the changes look correct