Duane Haas

Results 1 issues of Duane Haas

I keep getting "provider doesn't support resource: value_secret" `provider "vault" { address = "https://127.0.0.1:80" token = "xxxxxxxxxxxxxxx" } resource "vault_secret" "aws" { path = "/aws/creds/readonly" } provider "aws" { access_key...