resource "aws_nat_gateway" "nat-01a017239bcc5eb3d" {
  allocation_id     = "eipalloc-0cebb78942d3c899f"
  connectivity_type = "public"
  subnet_id         = "subnet-0e919917644f728cb"
  tags = {
    "Name" = "AOMA-S-NAT-GW-2"
  }
  tags_all = {
    "Name" = "AOMA-S-NAT-GW-2"
  }
}

