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

vault_generic_secret should be renamed to vault_generic #276

Closed
chrismatteson opened this issue Jan 16, 2019 · 2 comments
Closed

vault_generic_secret should be renamed to vault_generic #276

chrismatteson opened this issue Jan 16, 2019 · 2 comments

Comments

@chrismatteson
Copy link
Contributor

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
}

@cvbarros
Copy link
Contributor

See discussion and changes on #244 regarding this topic.

@fairclothjm
Copy link
Contributor

closed by #374

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants