Mariusz Tomczyk
Mariusz Tomczyk
Fix #172 remove optional `domain` attribute from `aws_eip` resource to allow tf to compute the value
## what - remove `aws_eip` optional `domain` attribute ## why - optional `domain` attribute causes terraform to fail plan EC2 instance ## references - closes #172
### 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...
**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...