Hugo Salesses

Results 6 comments of Hugo Salesses

Enable/Disable sync. will be a very interesting option to have.

@jlosito Thanks for filling this issue. First please note that I can make the modification to be as close as possible of tfenv features . However I don't really understand...

As install command execute use command you can do : ``` pkenv install packer build . ``` It's seems also a clean approach. No ? With more details : ```...

@jlosito What version of tfenv do you use? I made a test and here is the result: ``` $ tfenv --version tfenv 2.0.0-37-g0494129 $ tfenv list * 0.14.4 (set by...

Same behavior with the example from the provider documentation [here](https://registry.terraform.io/providers/hashicorp/helm/latest/docs#example-usage) (or [even here](https://registry.terraform.io/providers/hashicorp/helm/latest/docs/resources/release#example-usage---chart-repository)) ```hcl terraform { required_version = "1.11.2" required_providers { helm = { source = "hashicorp/helm" version = "3.0.0-pre2"...

Ok ! Definitively not a bug ! The response was here : https://community.broadcom.com/tanzu/blogs/carlos-rodriguez-hernandez/2025/01/14/bitnami-helm-charts-moving-to-oci?CommunityKey=56a49fa1-c592-460c-aa05-019446f8102f So this works : ```hcl resource "helm_release" "external-dns" { name = "external-dns" repository = "oci://registry-1.docker.io/bitnamicharts" chart =...