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:
- Consistent settings across all deployments
- Easy password rotations
- A structured review process for any configuration changes
- 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:
- Run
terraform init
first to install the Artie provider. - (Optional) Run
terraform import
to import the resources into Terraform state terraform plan
to display the changes Terraform will make to an Artie deployment

terraform apply
when the changes look correct