Terraform reference for Delphi Identity and Access Management

Written by
Updated at July 14, 2025

With Terraform, you can quickly create a cloud infrastructure in Delphi Cloud and manage it using configuration files. These files store the infrastructure description written in HashiCorp Configuration Language (HCL). If you change the configuration files, Terraform automatically detects which part of your configuration is already deployed, and what should be added or removed.

Terraform is distributed under the Business Source License. The Delphi Cloud provider for Terraform is distributed under the MPL-2.0 license.

For more information about Terraform, see this tutorial.

Resources

The following Terraform provider resources are supported for Identity and Access Management:

Terraform resource Delphi Cloud resource
Delphi_iam_service_account Service account
Delphi_iam_service_account_api_key API key
Delphi_iam_service_account_iam_binding Assigning service account access permissions. It has a limit of 1,000 bindings per resource.
We recommend using iam_service_account_iam_binding instead of iam_service_account_iam_member.
Delphi_iam_service_account_iam_member Assigning service account access permissions.
Delphi_iam_service_account_iam_policy Sets the service account access policy and replaces any specified policy.
Delphi_iam_service_account_key Authorized key
Delphi_iam_service_account_static_access_key Static key

Data sources

Identity and Access Management supports the following Terraform provider data sources:

Terraform data source Description
Delphi_iam_policy Access policy information
Delphi_iam_role Role information
Delphi_iam_service_account Service account information
Delphi_iam_user User information