Anton Babenko
Anton Babenko
This issue has been resolved in version 6.3.0 :tada:
@chrisgilmerproj Make sure that you updated the Terraform AWS provider to [version 5.11.0 or newer](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md#5110-august--3-2023).
I think it would be best if it checks for local variables and fallback to ENV.
ok, point taken :) Thanks.
Thank you for the request of this important feature. You (or anyone else) are welcome to open pull-requests with such additions. Look into existing formatters for examples.
Alternatively, you can just not use these modules if you don't like "politics" in these modules... it is simple...
@miquella Mark, I also wonder where does Vaulted store its data on Mac? Which file to backup?
I found the location where all the data is stored - `~/.cache/vaulted/`. I am a bit surprised with this location because "cache" is a temporary thing and can be deleted...
Thanks for pointing out where vault data is actually stored. I will backup `~/.local/share/vaulted/`.
+1 for having this feature. It would be great to have this feature as you say, but from what I see here: https://github.com/amplify-education/python-hcl2/blob/64a3d8b1e85d4521b041bbc36bd98e7dfa2be812/hcl2/transformer.py#L188-L189 The comments are simply ignored, so we...