tculp

Results 42 comments of tculp

I agree with @Rycieos. In particular, I would like to be able to set loadBalancerSourceRanges on created services. Right now the lack of that capability is preventing me from switching...

In addition, fields like loadBalancerSourceRanges started out as annotations but were promoted to spec-level fields because they were generic and useful enough to be specifically included. I think a case...

Just ran into this with `length(var.overrides) > count.index && lookup(var.overrides[count.index]), "name", null) != null`. I was able to workaround by changing it to `length(var.overrides) > count.index && lookup(try(var.overrides[count.index], {})), "name",...

Additionally, you can `terraform state rm` and `terraform import` the client and it will be updated

> What is wrong with terraform import? @jurgen-weber-deltatre This is so that fields on pre-generated clients can be updated more safely. The problem with a `terraform import` is that if...

The different an 'import' option would still have over the native terraform import is allowing destroys without deleting the realm

/remove-lifecycle stale