Results 31 comments of Tarasovych

@zhanziyang sorry, that didn't helped. By the way, `font-size` wasn't overriden.

Still an issue ``` $ terraform version Terraform v1.2.7 on linux_amd64 + provider registry.terraform.io/hashicorp/aws v4.30.0 + provider registry.terraform.io/hashicorp/helm v2.6.0 + provider registry.terraform.io/hashicorp/kubernetes v2.7.1 ``` ``` $ terragrunt --version terragrunt version...

Same issue with cp-kafka (0.6.1), I used to change `fullnameOverride` from `kafka` to another

I'd also like to have an opportunity to block or allow IP sources at the mapping level. Or attach module to path

Same issue with AWS ECS. We have ECS tasks connecting to redis on EC2. ``` socket(AF_INET6, SOCK_DGRAM, IPPROTO_IP) = 6 socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROTO_IP) = 6 connect(6, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("10.1.0.2")}, 16)...

> is that an `strace` of a failing call Yes. > Do you have a reproduce case? No( It occurs from time to time. > Maybe it's intermittent because sometimes,...

> Ah so you're running Redis yourself in EC2, right? You're right. > Can you `dig -4` and `dig -6` the EC2 hostname? Ideally from within an ECS instance. Yes,...