Jurgen Weber

Results 17 comments of Jurgen Weber

I think this is answered here: https://github.com/minamijoyo/hcledit/issues/44#issuecomment-1040292871 > In the HCL specification, foo {} is a block and foo = {} is an attribute with an object type. Note that...

> We don't have a test for this yet. If that could be added to the completr test then that would ensure this functionality works correctly going forward ok, never...

Sure, I have a PR open but I am not totally on top of your eco system so have some pending questions. Feel free to take over it or trash...

In the end, I was able to then import the resources with "realm/id" and now it works fine. :0

Yeah, so I can see two ways to do this.. Actually follow the TF way but that might be hard OR you could create a reconciliation mechanic in the CLI...

We could use this feature also, our use case is we have the standard http ports with it on but with ingress nginx behind it. I added a nginx streaming...

yeah, I am looking for a solution to the same thing. What you could do is: * keep a json blob of every output on the PVC * diff md5's...

if you are just running a little bash script, you can wrap the contents of it like so: ``` { echo "my super awesome bash" } >> my.super.awesome.bash.log ``` and...

Hi, we are trying to do the exact same thing ![image](https://user-images.githubusercontent.com/77422409/144551627-11a10adb-1a3a-4423-afc2-a47d910cd741.png)

so, in reading the message I thought I would be cheeky, I changed my kube config command to use a bash script and in that script > kubectl oidc-login get-token...