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.
- In the file, set your
api_region
depending on your organization’s data storage region. - 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
. - Select the correct organization and click
API Keys
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
- allquiet_organization_membership
- allquiet_service
- allquiet_status_page
Provisioned Resources Cannot Be Edited Via Web App
To ensure that the resources managed by your Terraform provider stay in sync with your setup, we lock provisioned resources within the Web App. This means these resources cannot be edited or deleted directly through the Web App’s interface.
Provisioned resources are marked with an icon, and hovering over it will display a message explaining why the resource is locked and cannot be modified via the Web App.
Our Terraform provider is designed to help you configure and manage your standard setup seamlessly. However, temporary changes — such as on-call schedule overrides or maintenance windows — cannot be managed through Terraform. These changes can easily be created and managed directly through the Web App’s interface.
Find Provisioned Users in All Quiet
To see the users currently provisioned via Terraform in All Quiet,
- select your Organization
- and open the
User Provisioning
tab.
Here, you can view all users provisioned via Terraform, along with their associated teams, email addresses, and phone numbers.
Was this page helpful?