Skip to content

Aembit has released a Terraform Provider in the Terraform Registry that enables users to configure Aembit Cloud resources in an automated manner.

Configuring the Aembit Terraform provider requires two steps:

  1. Create or update the Terraform configuration to include the Aembit provider.

  2. Specify the Aembit provider authentication configuration.

    a. Aembit recommends using Aembit integrated authentication for dynamic retrieval of the Aembit API Access Token. This can be done by specifying the Aembit Edge SDK Client ID from an appropriately configured Aembit Trust Provider.

    b. For development and testing purposes, users can specify an Aembit Tenant ID and Token for short-term access.

Additional details for how to perform each of these steps can be found in the Provider Documentation section of the Aembit Terraform provider page.

The Aembit Terraform Provider enables users to create, update, import, and delete Aembit Cloud resources using terraform manually or via CI/CD workflows. For example, users can configure GitHub Actions or Terraform Workspaces to utilize the Aembit Terraform provider and manage Aembit Cloud resources on demand to best serve their Workload purposes.

Detailed instructions for using the Aembit Terraform Provider can be found in the Terraform Registry.