EN
Currency:
EUR – €
Choose a currency
  • Euro EUR – €
  • United States dollar USD – $
VAT:
OT 0%
Choose your country (VAT)
  • OT All others 0%

Infrastructure as Code with Terraform

Automate the provisioning and management of your HOSTKEY server infrastructure with Terraform.

Terraform lets you define your infrastructure in configuration files and manage it as code. You can create servers, modify their settings and delete resources without repeating the same actions in the control panel.

Infrastructure as Code

Instead of manually ordering and configuring each server or working with the API, you can define your infrastructure configuration using HCL..

For example, you can specify:

  • server type
  • location
  • operating system
  • traffic pla
  • SSH keys
  • additional server parameters

Terraform then compares the configuration with your current infrastructure and shows which changes need to be applied.

For more information about Terraform, configuration files and how providers work, see the official Terraform documentation.

For a detailed guide to using Terraform with HOSTKEY, see our GitHub repository and the documentation

Upload