Open
Description
I used this code to fetch the secret from Conjur.
But I can see two entries of audit log in the Conjur UI that the user is actually fetching the secret twice
->First fetch is done during the Terraform plan
->Second fetch is done during the Terraform apply
How to prevent the fetch done during the Terraform plan?