Nuru
Nuru
@tonistiigi I started having issues similar to @norrisjeremy this past week, still using the default `latest` tag: ``` #6 [linux/arm64 2/9] RUN apt-get update && apt-get install -y -u --allow-downgrades...
The problem here most likely is that `module.proxy_alb.listener_arns` produces a list whose length is unknown at plan time. Do you know long the list will be? If so, converting the...
Just encountered this issue on v2.35.0
Sorry, @wquan1 (and @Gowiem), creating the AWS account at the same time as making SSO assignments is not something I want to support.
Closing as fixed by #33
@kevcube We create the SOA record so we can change the TTL, which serves as the limit on caching negative responses. Likewise we change the TTL on NS records. We...
@johncblandii Thank you for your suggestion. If we were going to do something like this, we would want to maintain backwards compatibility, so we would introduce a new variable with...
@apparentlymart Is this why `sort()` causes plans to fail? Oversimplified example. With `var.a_list` of type `list(string)` ```hcl count = length(var.a_list) ``` works, even when the values in the `a_list` are...
@Darsh8790 Thank you for this PR. However, as it is, it is not acceptable. 1. Do not change default values. That would be a breaking change, which we try to...
@Darsh8790 Note that you will need to provide backward compatibility for AL2 users, so you cannot just replace the existing `userdata.tpl` with one for AL2023. Probably you should use the...