mirror of
https://github.com/opentofu/terraform-provider-vault.git
synced 2026-01-11 19:46:35 +00:00
* Add basic elasticsearch variables and handling * Added elasticsearch to documentation * Added basic acceptance test, and elastic node to docker-compose * Mark elasticsearch url, username and password properties as required
6 lines
225 B
Text
6 lines
225 B
Text
export VAULT_ADDR="http://localhost:8200"
|
|
export VAULT_TOKEN="TEST"
|
|
export MYSQL_URL="vault:vault@tcp(mysql:3306)/"
|
|
export ELASTIC_URL="http://elastic:9200"
|
|
export ELASTIC_USERNAME="elastic"
|
|
export ELASTIC_PASSWORD="elastic"
|