I have a simple terraform code to create eip.This works fine.
resource "aws_eip" "envoy" { count = length(var.subnet_cidr_public) vpc =