Bernard Grymonpon

Results 32 comments of Bernard Grymonpon

Provided a fix that works for us in https://github.com/spulec/moto/pull/1651 Our test case as the simple example from Evaporate.JS.

I managed to get it to work in my case, but I don't think my PR is complete ... anyhow, submitting as reference.

Hi, any update or timeline on this? We have to work with our own patched version of the driver for now, which is far from ideal ... This still seems...

Hi, I'd like to bring this ticket back to the attention. This keeps hurting simple queue-based processing of messages when there is a longer processing time per message combined with...

I would like to have additional parameters in the IngressClassParams as well. My use case asks for a `subnets` setting. I can't update the tags on the subnets in the...

And after a bit of digging, I discovered that I was looking at an outdated set of documentation. As stated in https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.7/guide/ingress/ingress_class/#specsubnets it is perfectly possible to supply subnet ids...

> @wonko Thank you for this update Bernard! We should update the docs as well to make sure users are aware. sure, if you can point me to where the...

@derailed updated the readme (and merged master).

you would have to keep track of which version is used for which instance of the module within the plan. Imagine a plan with ``` module "a" { source =...

Can't you have the same module twice, with a different version? I can't think of a concrete situation, but it would make sense to allow this: ``` module "foo" {...