Tu Nguyen
Tu Nguyen
Hey @pratikbalar, that was due to recent changes that included optional chaining. Did you pull + merge from the `main` branch? I added this file to babel to address a...
Was it able to resolve it?
Hello! Are you proposing adding all the dependencies to the single HTML file? Is there a reason why you're seeking this? There's a PR for exporting the visualization as an...
Cautiously optimistic that [`ExecPath()`](https://pkg.go.dev/github.com/hashicorp/terraform-exec/tfexec#Terraform.ExecPath) will allow me to get the path of the Terraform binary Otherwise, we would need to go through every directory in `$PATH` to determine whether the...
This should be addressed with the latest release! It should now be at v1.2.5
Hey @vgheo, your proposals seems good! I think having different modes (panning, selecting, zooming) as well as reseting the view will improve the usability. I currently don't have the bandwidth...
Hello! Always looking to accept PRs, just don't have bandwidth to address issues at the moment. Once you have a PR, please tag me in it and I'll review asap...
@david-yu can you help confirm this? i can update the docs to reflect the current functionality
Hey @vodelerk, I think you incorrectly set your keys to authenticate your k8s provider. Can you revalidate?
Oh, those values are base64 encoded. Can you try this? It should work and we'll update the guide soon. Thanks for reporting @vodelerk! :smile: ``` provider "kubernetes" { host =...