Update programmatic-management.mdx to clarify Terraform prereqs (#27548)

This commit is contained in:
Adrian Todorov
2024-08-07 01:39:27 +02:00
committed by GitHub
parent 3dad93eb38
commit cac0af4dbb

View File

@@ -14,9 +14,7 @@ Use Terraform to manage policies, namespaces, and plugins in Vault.
- **You must have [Terraform installed](/terraform/install)**.
- **You must have the [Terraform Vault provider](https://registry.terraform.io/providers/hashicorp/vault/latest) configured**.
- **You must have admin access to your Terraform installation**. If you do not
have admin access, you can still generate the relevant configuration files,
but you will need to have someone else apply the changes.
- **You must have sufficient access to run Terraform**.
- **You must have a [Vault server running](/vault/tutorials/getting-started/getting-started-dev-server)**.
## Step 1: Create a resource file for namespaces
@@ -460,4 +458,4 @@ For example, to import the `admin_keys` secret engine from the `admin` namespace
## Next steps
1. Review the [best practices for programmatic Vault management](/vault/docs/configuration/programmatic-best-practices).
1. Review the [best practices for programmatic Vault management](/vault/docs/configuration/programmatic-best-practices).