Terraform Provider
Install 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.
- Click on
Use Provider
. - Copy the code and paste it into your terraform configuration file.
- Run
terraform init
in your terminal.
To use our Terraform provider, you need to create an API Key, next.
Create API Key
Open our All Quiet Terraform Provider Documentation.
- Copy the code snippet and paste it into your configuration file.
- 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.
- In the Web App, open
Organizations
. - 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
All Quiet Resources in Terraform
Please find the documentation of our resources attached.
- allquiet_integration
- allquiet_integration_mapping
- allquiet_outbound_integration
- allquiet_routing
- allquiet_team
- allquiet_team_escalations
- allquiet_team_memberships
- allquiet_user
Was this page helpful?