We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It works perfectly fine for non "secret" resources. For instance I can manage azure auth config with it:
resource "vault_generic_secret" "example" { path = "auth/azure/config"
data_json = <<EOT { "client_id": "", "environment": "AzurePublicCloud", "resource": "https://vault.hashicorp.com", "tenant_id": "11111111-2222-3333-4444-55555555555" } EOT }
The text was updated successfully, but these errors were encountered:
See discussion and changes on #244 regarding this topic.
Sorry, something went wrong.
closed by #374
No branches or pull requests
It works perfectly fine for non "secret" resources. For instance I can manage azure auth config with it:
resource "vault_generic_secret" "example" {
path = "auth/azure/config"
data_json = <<EOT
{
"client_id": "",
"environment": "AzurePublicCloud",
"resource": "https://vault.hashicorp.com",
"tenant_id": "11111111-2222-3333-4444-55555555555"
}
EOT
}
The text was updated successfully, but these errors were encountered: