Zafiu Andrei

Results 2 issues of Zafiu Andrei

### Description On low end Android hardware (2 GB of RAM), at some point in the functioning of an application, when trying to take some pictures with the library, the...

:bug: Bug

Hello, We have configured the NAT module like this: module "nat" { source = "github.com/terraform-community-modules/tf_aws_nat" name = "nat-test-${var.environment_tag}" instance_type = "t2.nano" instance_count = "1" aws_key_name = var.key_name public_subnet_ids = [aws_subnet.public-subnet.id]...