resource "aws_internet_gateway" "igw-01357b06ae2f34d15" {
  tags = {
    "Name" = "AOMA-D2-IGW"
  }
  vpc_id = aws_vpc.vpc-050b7040cb12315e1.id
}

