Mariusz Tomczyk

Results 3 issues of Mariusz Tomczyk

## what - remove `aws_eip` optional `domain` attribute ## why - optional `domain` attribute causes terraform to fail plan EC2 instance ## references - closes #172

stale

### Describe the Bug The Module plan fails when provisioning EC2 instance because of the ["aws_eip" resource vpc](https://registry.terraform.io/providers/hashicorp/aws/4.67.0/docs/resources/eip#vpc) argument. ``` module "ec2" { source = "cloudposse/ec2-instance/aws" version = "1.1.0" ssh_key_pair...

bug

**What happened**: On Amazon Linux 2023 EKS nodes, systemd-networkd sometimes configures secondary ENIs before the VPC CNI is initialized, resulting in missing policy routing rules for pod IPs. This leads...

bug
needs investigation