Patrick Herrera

Results 4 comments of Patrick Herrera

I can quite reliably reproduce this problem with version 0.2.4 of this Provider and switching back to 0.2.3 works fine again. Perhaps it is due to the upgrade to Go...

We've opted for a shell-based solution, but it is really the same as @kiley-poole's lambda idea. So we have some code to trigger the script: ```hcl resource "terraform_data" "secret_association" {...

> A workaround that only works for resources and environments having access to bash: > > ```terraform > provisioner "local-exec" { > interpreter = ["bash", "-c"] > when = destroy...

Hi @simonebenati, what was the specific operation you were performing? This only works for a Terraform `destroy` because that is the only circumstance under which the "destroy" provisioner of the...