> For the complete documentation index, see [llms.txt](https://docs.keeper.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeper.io/release-notes/enterprise/terraform-providers/ksm-terraform-1.1.7.md).

# KSM Terraform 1.1.7

The Keeper Secrets Manager Terraform provider enables you to securely provision and manage secrets stored in Keeper directly from your Terraform workflows. It lets DevOps teams automate access to credentials and sensitive configuration data without exposing them in code or configuration files.

### Features

* **KSM-643**: We've added the `secretsmanager_records` data source which allows you to fetch multiple Keeper Secrets Manager records in a single API call, significantly reducing API requests and improving performance when dealing with many secrets. This is particularly useful when you need to retrieve dozens or hundreds of secrets, as it batches the requests instead of making individual API calls for each record.\
  \
  Docs:\
  <https://registry.terraform.io/providers/Keeper-Security/secretsmanager/latest/docs/data-sources/records>
* **KSM-646**: We've added an automated back-off and retry mechanism if a request made to the Keeper servers produces a "throttled" response.

### Resources

* Terraform Provider\
  <https://registry.terraform.io/providers/Keeper-Security/secretsmanager/latest><br>
* Source Code\
  <https://github.com/Keeper-Security/terraform-provider-secretsmanager><br>
* Keeper Documentation\
  [https://docs.keeper.io/keeperpam/secrets-manager/integrations/terraform](/keeperpam/secrets-manager/integrations/terraform.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.keeper.io/release-notes/enterprise/terraform-providers/ksm-terraform-1.1.7.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
