Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Aug 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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).
Loading