Integrating Terraform with Secret Server

Integrating DelineaSecret Server and Terraform enables secure and streamlined secrets management within Terraform infrastructure-as-code (IaC) workflows. It provides a centralized repository for storing and retrieving sensitive information, such as API keys, passwords, and certificates, that Terraform needs while provisioning and managing infrastructure resources.

Use Cases

The Delinea Terraform provider supports secure and automated secrets management. Below are the key supported use cases:

Use Cases

The Delinea Terraform provider supports secure and automated secrets management. Below are the key supported use cases:

  • Create Secret

    Automatically create a new secret and capture its ID.
  • Update Secret

    Modify an existing secret directly from your Terraform configuration.
  • Get Secret(s): Retrieve a stored secret for use in your infrastructure, either as a persistent resource or as an ephemeral resource that exists only during execution and does not persist values in the state file.