Create Vault
Choose how you manage your Vault
Terraform Registry Take a look at Terraform registry
Example Git Repo A sample implementation of this Getting Started
Setup
Add the dependency to your main.tf
Configure Provider
Create your Vault
Two pieces of information are required to create a Vault.
- name a name of your choice to uniquely identify your Vault
- token you created at console.cryptvault.cloud see by previous step
Operator identity
When the cryptvault_cloud_vault resource is created, an operator identity is generated in the background on the client side.
This operator has all the rights to:
- create additional identities
- Access all secrets
- manage the Vault itself
Setup
Github Repo of CLI-Tool Download and install binary for your needed OS
In this example we called the binary vault-cli
It will create a .cryptvault directory in your current location In this folder you will find information about your Vault and Operator/Identity keys.
Operator identity
When the create_vault command is executed, an operator identity is created in the background on the client side.
You can find the keys in the .cryptvault folder
This operator has all the rights to:
- create additional identities
- Access all secrets
- manage the Vault itself
© 2025 CryptVault. All rigths reserved.