Install Terraform

You can skip this step if you already use Terraform.

To install Terraform, follow the instructions on Terraform’s website.

Set up All Quiet Terraform Provider

If you haven’t yet, make sure to create a terraform configuration file, like e.g. terraform.tf, before continuing with this step. You can follow the instructions on Terraform’s website to set up the configuration file, too.

Open the latest version of the All Quiet Terraform Provider.

  1. Click on Use Provider.
  2. Copy the code and paste it into your terraform configuration file.
  3. Run terraform init in your terminal.

To use our Terraform provider, you need to create an API Key, next.

Create API Key

Creating an API Key requires you to be the Owner or Administrator of an Organization. To set up an Organization, please follow the related documentation.

Open our All Quiet Terraform Provider Documentation.

  1. Copy the code snippet and paste it into your configuration file.
  2. Next, you need to generate “your_api_key”.

Generating the API key has to be done in the All Quiet Web App. Afterwards, you can set up everything via our Terraform Provider.

  1. In the Web App, open Organizations.
  2. Click Create API Key

Approve the API Key creation by clicking Yes, Create.

Now, copy the generated API Key…

…and paste it into your configuration file

Congrats, your good to go and can use All Quiet via Terraform!

All Quiet Resources in Terraform

Please find the documentation of our resources attached.

To learn more about Terraform commands, please check their tutorials.