Hello everyone,
I’m trying to integrate Vault into Terraform using the “Vault Secrets” service on the HashiCorp Cloud Platform (HCP). I am also using the Vault provider from the Terraform registry.
To set up the Vault provider, I need to provide the address
argument, which refers to the Vault endpoint. However, I can’t seem to find this URL anywhere in the HCP platform. There’s no “address” displayed in the Vault Secrets app I’ve created. How can I find the Vault endpoint to configure the provider in Terraform?
Additionally, I would like to store secrets using the path syntax so I can emulate a directory structure for my secrets. I assume this is not possible through the HCP GUI. Should I add secrets to Vault Secrets via the CLI instead?
Thanks in advance for your help!