I'm trying to use the Vault provider and create a ...
# contribute
a
I'm trying to use the Vault provider and create a Policy object. It looks like it currently only supports an HCL formatted string, despite Vault being able to handle the equivalent JSON. I found this issue (https://github.com/pulumi/pulumi-vault/issues/10) asking about supporting an object (or even a JSON formatted string). Does anyone have pointers on steps to add that capability?
w
@broad-dog-22463 possibly knows - I believe this is something we can pretty easily improve - but I don't personally know the details of the Vault provider here.