Vince-Chenal
Vince-Chenal
Thanks for you answer @radeksimko :+1: I was going to implement it myself but wanted to make sure it could not be handled from within tfexec. I'll try implementing your...
Sorry @warrensbox did not see your answer. About what I did in the PR: - I needed the command arguments to be terraform args and not the terraform version to...
Hello there, I also created a PR linked to this issue https://github.com/hashicorp/terraform-provider-http/pull/87 Personally I think it would reduce random errors by retrying but also it can be used as some...
Hello, I started to write something to support this but I don't really know if I chose the good way. Can anyone have a look at this branch I have...
Do you have any update ? I still have the exact same problem
Hello @apparentlymart I was able to reproduce the problem with an output if it can help main.tf ``` terraform { required_version = "~> 1.3.1" } module "my_module" { source =...
Hello here, I updated my PR to match the updates done in the repo. I've been strugling with tfsdk and I had to convert the retry block to classic attributes....
Hey @ppatierno, sorry I completely missed the notification. I just ran another test and you're right without `verbose` option we still have enough information to show rebalance progress: ``` {...
I have the impression that this [getCruiseControlState](https://github.com/strimzi/strimzi-kafka-operator/blob/main/cluster-operator/src/main/java/io/strimzi/operator/cluster/operator/resource/cruisecontrol/CruiseControlApiImpl.java#L75) function is never called anywhere Do you know where it was called before and why it's been removed? We could have reuse this...
I had the problem again with `Deployment` `.spec.template.spec.containers[*].env` field. `argocd app diff` not reporting a removal in `env` list while `kubectl diff` does, still with server-side apply/diff enabled. So I...