The reason is that I had vpc set to false. When I set vpc to true the problems were solved.
resource "aws_eip" "eip" {
vpc = false
}
The reason is that I had vpc set to false. When I set vpc to true the problems were solved.
resource "aws_eip" "eip" {
vpc = false
}
Tagged in :