Nuru

Results 226 comments of Nuru

@davidcelis There's also the issue that if a ratable class is within a module, e.g. `Product::Song`, then the generated methods are not callable directly because they contain a `/`. One...

@jrhouston as one who primarily works with AWS, I request that you track Kubernetes dependencies along the lines of the latest Kubernetes version EKS supports, currently 1.22. This would help...

@jrhouston wrote: > ... in this case the API contract here is actually between the `aws` command and the kubernetes client. The apiVersion here is of the YAML that the...

I think it can be safely ignored, but it does take up space (about 200 KiB). You can fix this by first running ``` rm /usr/glibc-compat/lib/ld-linux-x86-64.so.2 && /usr/glibc-compat/sbin/ldconfig ``` although...

While it is true that in recent Terraform you can mark values as sensitive, there remains the issue that the data source itself is subject to having its values appear...

@jonasoneves Thank you for bringing this to our attention. It looks like it could be difficult to migrate to that resource because it cannot be imported, and if you just...

The `kubernetes_config_map_ignore_role_changes` setting is a bit of a hack. Terraform does not allow parameterization of the `lifecycle` block, so to give you the option of ignoring changes, we implement the...

@jchanam If you look at the Cloud Posse EKS Terraform component (think of at this point in time as a work-in-progress), you see that the way we handle this is...

@nitrocode @aknysh `create_before_destroy` is a breaking change. It can be folded into the Security Group 0.4.0 upgrade, but please assess the cost/benefit of the change before introducing it, and provide...

I am skeptical of the premise of this PR. We do not, in general, want to be creating modules that do nothing but generate outputs, but you may have a...